{% include "partials/head_config.html" %}
{% for header_emt in config.theme.header_layout %} {% with emt=header_emt %} {% include "partials/header_element.html" %} {% endwith %} {% endfor %}
{% for toc_item in page.toc %}
{{ toc_item.title }}
{% endfor %}
{{ page.content }}
Return to top