{% 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) %}
{% for subsec_path in top_section.subsections %} {% set subsec = get_section(path=subsec_path) %} {% if subsec.extra["menu_dropdown"] %}
{{subsec.title}} ⌄
{% for subsec_page in subsec.pages %}
{{subsec_page.title}}
{% endfor %}
{% else %} {%if subsec.pages | length == 1 %}
{{subsec.title}}
{% else %}
{{subsec.title}}
{% endif %} {% endif %} {% endfor %}
☰
{% 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 %}