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