{% block og_extra %}{% endblock og_extra %}
{{ config.title }}
{% set root = get_section(path="_index.md") %} {% for path in root.subsections | sort %} {% set s = get_section(path=path) %}
{{ s.extra.abbr | default(value=s.title) }}
{% endfor %}
{% block content %}{% endblock content %}