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