{# Base HTML template for LLMaps. #} {{ title or "LLMaps" }} {% if storytelling_html %}
{{ storytelling_html | safe }}
{% else %}
{% endif %} {{ legend_html | safe }} {% if custom_html %}{{ custom_html | safe }}{% endif %} {% if use_compare %} {% endif %} {% if use_scrollama %} {% endif %} {% if use_swiper %} {% endif %} {% if use_compression %} {% endif %} {% if user_data_json %}{% endif %} {% if custom_js %}{% endif %}