{%- include "partials/mobile-header.html" -%}
{#- 2nd row: main area, showing article and page-toc.
page-toc is visible if the window width is wide enough. -#}
{% block content %}{{ body }}{% endblock %}
{%- include "partials/related-pages.html" -%}
{% if not hide_page_toc %}
{{toc}}
{% endif %}