cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
main: content/templates/post.html · raw
1{# A blog post: the shared layout plus the reply snippet.
2
3 The snippet lives in reply.html so its wording is a file you edit rather than a line
4 buried in a layout — and so emptying that file removes it from every post at once. #}
5{% extends "base.html" %}
6{% block content %}
7{{ body | safe }}
8{% include "reply.html" %}
9{% endblock %}