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