{% if page.title %} {% set title = page.title %} {% elif section.title %} {% set title = section.title %} {% elif config.title %} {% set title = config.title %} {% endif %} {% if page.description %} {% set description = page.description | truncate(length=150) %} {% elif section.description %} {% set description = section.description | truncate(length=150) %} {% elif page.summary %} {% set description = page.summary | truncate(length=150) %} {% elif section.summary %} {% set description = section.summary | truncate(length=150) %} {% elif config.description %} {% set description = config.description | truncate(length=150) %} {% else %} {% set description = "" %} {% endif %} {% if page.content %} {% set content = page.content %} {% endif %} {{ title }} Zum Inhalt springen

Spacestatus unbekannt

Spacestatus unbekannt
{% block content %} {% if section %} {{ section.content | safe }} {% else %} {{ page.content | safe }} {% endif %} {% endblock content %}