{# 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 %}