aboutsummaryrefslogtreecommitdiff
path: root/content/templates/post.html
blob: ea5c28d2b64b236daf7d96e7d5f49b1765c3e1bc (plain) (blame)
1
2
3
4
5
6
7
8
9
{# A blog post: the shared layout plus the reply snippet.

   The snippet lives in reply.html so its wording is a file you edit rather than a line
   buried in a layout — and so emptying that file removes it from every post at once. #}
{% extends "base.html" %}
{% block content %}
{{ body | safe }}
{% include "reply.html" %}
{% endblock %}