{% 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" ) %}
{% if _tdata["is_loggedin"] and _tdata["is_admin"] %} {% include( "inc_debug.html" ) %} {% endif %} {% if _tdata["is_loggedin"] %} {% include( "inc_loggedin_nav.html" ) %} {% endif %}

{% block main_title %}{% endblock %}

{% block main_content %}{% endblock %}