{% load static %} {% if not infotext.is_empty %}
{{ infotext.title }}
{# Inline script to interrupt loading of the page, so the content does not jump up. #} {{ infotext.content|safe }}
{% endif %}