{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% include './_config.html' %} {% block style %} {% endblock %} {% block app_config %} {% autoescape off %} {% block gn_geo_app %} {% if appType == "GeoStory" or request.GET.appType == "GeoStory" %} {% include "./app/geostory.html" with is_embed=is_embed %} {% endif %} {% endblock %} {% endautoescape %} {% endblock %}