{% if page -%} {% set thing = page -%} {% else -%} {% set thing = section -%} {% endif -%} {% block meta %} {% endblock %} {% block og %} {% if thing.extra.depiction %} {% elif config.extra.og.image %} {% endif %} {% endblock %} {% block title %}{{ thing.title | default(value=config.title) }}{% endblock %}
{% include "menu.html" %}
{% block main %}{% endblock %}