{% include site/vertical_nav.html %}
{% if page.toc %}
{%- unless page.no_toc -%}
{% icon "mdi:toc" %} On this page
{{ content | toc_only }}
{%- endunless -%}
{% endif %}
{%- if page.ha_category.first -%}
{% icon "mdi:category" %} Categories
{%- for category in page.ha_category -%}
-
{{ category }}
{%- endfor -%}
{%- endif -%}