{% extends "base.html" %} {% block content %}
{% block article %}
{% if page.get_config('title', '') %}

{{ page.title }}

{% endif %}
{{ page.html }}
{% endblock article %}
{% block metadata %} {% endblock metadata %} {% block toc %} {% set headers = content.headers %} {% if not content.get_config('title', '') %} {% if headers %} {% set headers = headers[1:] %} {% endif %} {% endif %} {% if headers %} {% endif %} {% endblock toc %}
{% endblock content %}