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

{{post.title}}

{{post.date}} {% if spi | length > 0 %}
Unterseiten: {% endif %} {{ post.html|safe }} {% if sp|length > 0 %} {% endif %}
Files: {% endblock %}