{# Base HTML template for LLMaps. #} {{ title or "LLMaps" }} {% if use_flatpickr %} {% endif %} {% 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_flatpickr %} {% set _flatpickr_lang = (html_lang or "en") | lower | replace("_", "-") %} {% if _flatpickr_lang == "ru" or _flatpickr_lang.startswith("ru-") %} {% endif %} {% endif %} {% if use_compression %} {% endif %} {% if user_data_json %}{% endif %} {% if custom_js %}{% endif %}