{% extends "base.html" %} {% comment "" %} this is a copy of helper_base, maybe cross-app include it or use a more leightweight template? {% endcomment %} {% block title %}{{page.title}}{% endblock %} {% block navbar %} {% endblock %} {% block body %}

{{ page.title }}

{% autoescape off %} {{page.content}} {% endautoescape %}
{% endblock %} {% block footer %} {% if DEBUG %} Debug-Modus: {% if helper %} logout login url {% endif %} {% endif %} {% endblock %}