{# A blog post, mirroring theme/templates/post.html. Everything but the reply footer is the shared layout, so this extends it rather than restating it. Selected by the [[pages]] rule for blog/ in org-ssg.toml; a post that wants a different layout says so with #+TEMPLATE:. #} {% extends "base.html" %} {% block content %} {{ body | safe }}