{% extends "base.html" %} {% block content %}

{% if page.updated %}

Aktualisiert:

{% endif %}

{{ page.title }}

{{ page.description }}

{{ page.content | safe }}
{% endblock content %}