{% set page_toc = generate_toc_html() %}
{%- if page_toc | length >= 1 %}
On this page
{%- endif %}
{{ pagetitle | e }}
{% block body %} {% endblock %}
{% endblock %}