{%- block content %}
{% if page and page.meta.hide_toc %}
{% else %}
{% include "content.html" %}
{% block post_content %}{% endblock %}
{% endif %}
{%- endblock %}
{% include "toc.html" %}
{% endif %}
{% if page and page.meta.full_width %}
{% include "content.html" %}
{% else %}