{% if parents %} {{ shorttitle }} {% for parent in parents %} {{ parent.title }} {% endfor %} {{ title }} {% endif %} {% block body %}{% endblock %} {% if prev %} Previous {{ prev.title }} {% endif %} {% if next %} Next {{ next.title }} {% endif %}