{% include "partials/sidebar.html" %}

{{ page.title | e }}

{% if page.description %}

{{ page.description | e }}

{% endif %}
{{ content }}
{# Section index: the _index.md files carry front matter only, so the child listing is what actually makes these pages useful. #} {% if page.is_index %} {% endif %} {% include "partials/page-navigation.html" %}
{# Emitted from Hwaro's native toc variable, so the list ships in the HTML and works with JS off. toc.js only adds scrollspy and the narrow-viewport move. #} {% if toc %} {% endif %}