{% 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 is_new=is_new plugins_config_key=plugins_config_key|default:'geostory' %} {% endif %} {% endblock %} {% endautoescape %} {% endblock %}