{% extends "base.html" %} {% block title %}{{ page.title }} — {{ site.title }}{% endblock %} {% block content %}

{{ page.title }}

{% if page.date %}{% endif %} {% if terms.get('tags') %} {% endif %}
{# page.toc is a flat, in-order list of body headings; indent by level. #} {% if page.toc %} {% endif %} {# Single-content templates may use the full rendered body. #}
{{ page.body_html | safe }}
{% endblock %}