{{ page.body_html | safe }}
{{ page.body_html | safe }}
{% extends "base.html" %}
{% block title %}{{ page.title }} — {{ site.title }}{% endblock %}
{# A post with headings gets the two-column layout: the centered article on the
left, its table of contents in a narrow full-height side panel on the right
(see main.css). Posts with no headings keep the plain centered reading column. #}
{% macro post_header() %}
{{ page.title }}
{% if page.date %}{% endif %}
{% if terms.get('tags') %}
{% endif %}