{% extends "base.html" %} {% block meta %} {% if page.description %} {% elif config.description %} {% endif %} {% endblock %} {% block title %} {{ page.title }} {% endblock %} {% block main %} {% include "pages/heading.html" %}
{% if page.content %} {{ page.content | safe }} {% else %} {% include "baustelle.html" %} {% endif %}
{% endblock %}