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