{% block additional_css %}{% endblock %} {% block title %}{{ config.title }} :: {{ page.title }}{% endblock title %}
{{ config.title }}
{{ config.description }}
{% block navigation %} {% set top_section = get_section(path="_index.md", metadata_only=true) %} {% endblock navigation %} {% block content %}

{{page.title}}

{{page.content | safe}} {%- if page.extra.masto_instance -%} {% include "masto-comments.html" %} {%- endif -%}
Published: {{page.date | date(format="%d.%m.%Y %H:%M")}} {% if page.updated %} Updated: {{page.updated | date(format="%d.%m.%Y %H:%M")}} {% endif %}

{% endblock content %}