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