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