{% load client_lib_tags %}
{% load base_tags %}
{% load get_menu_json %}
{% comment %}
app and map configuration need to be normalized
{% endcomment %}
{% comment %} setting.py variables {% endcomment %}
{{GEONODE_SETTINGS|json_script:"GEONODE_SETTINGS" }}
{% comment %} menu items {% endcomment %}
{% get_menu_json 'CARDS_MENU' as CARDS_MENU %}
{{ CARDS_MENU|json_script:"menu-CARDS_MENU" }}
{% block override_local_config %}
{% comment %}
{% endcomment %}
{% endblock %}