--- layout: main/base ---

{{ pageTitle or title }}

{% if intro %}

{{ intro }}

{% endif %}
{% if toc %} {% include "toc.njk" %} {% endif %}
{{ content | safe }}