{% include "partials/head_config.html" %}
{% if config.theme.share_btn %}
{% endif %}
{% if page.is_homepage %} {% include "partials/homepage_header.html" %} {% else %} {% include "partials/article_header.html" %} {% endif %}
{% include "partials/toc.html" %} {{ page.content }}
Return to top