{% extends "base.html" %} {% block content %}
{% if page and page.meta and page.meta.hide and "title" in page.meta.hide %} {% else %} {% include "partials/page-context.html" %} {% endif %}
{{ page.content }}
{% include "partials/section-nav.html" %} {% include "partials/toc.html" %}
{% endblock %}