{% load static %} {% load client_lib_tags %} {% load client_version %} {% include 'geonode-mapstore-client/snippets/head.html' %} {% if TWITTER_CARD %} {% include "base/_resourcebase_twittercard.html" %} {% endif %} {% if OPENGRAPH_ENABLED %} {% include "base/_resourcebase_opengraph.html" %} {% endif %} {% include 'geonode-mapstore-client/snippets/loader_style.html' %} {% block custom_theme %} {% include 'geonode-mapstore-client/snippets/custom_theme.html' %} {% endblock %} {% block extra_style %} {% endblock %}
{% block gn_config %} {% include 'geonode-mapstore-client/_geonode_config.html' with plugins_config_key='document_embed' is_embed='true' %} {% endblock %}
{% block container %}
{% endblock %} {% block ms_scripts %} {% endblock %}