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

{{post.title}}

{{post.date}} {% if post.links["subindexpages"] | length > 0 %}
Unterseiten: {% endif %} {{ post.html|safe }} {% if post.links["subpages"] |length > 0 %} {% endif %} {% if post.links["files"] |length > 0 %}
Files: {% endif %} {% if post.links["images"] |length > 0 %}
Images: {% endif %} {% endblock %}