{% macro linebreaks_for_string( the_string ) -%} {% if the_string %} {% for line in the_string.split('\n') %}

{{ line }}

{% endfor %} {% else %} {{ the_string }} {% endif %} {%- endmacro %} {% include( "inc_page_head.html" ) %}
{% include( "inc_page_warning.html" ) %}

{% block main_title %}{% endblock %}

{% block main_content %}{% endblock %}