{# -*-jinja2-*- #} {% extends "layout.html" %} {% block content %}

{{post.title}}

{{post.date}} {% if post.sub_index_pages | length > 0 %}
Unterseiten: {% endif %} {{ post.helloworld() }} {{ post.html|safe }} {% if post.sub_pages |length > 0 %} {% endif %} {% if post.list_files |length > 0 %}
Files: {% endif %} {% endblock %}