{% autoescape off %}

{{title}}

{% if description_html %}
{{ description_html }}
{% endif %}
{% for hotspot in hotspots %}
{% endfor %}
{% endautoescape %}