From 6fa3d6d03c4f0731cf388166bacebbf2e062fd1c Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 8 Jul 2021 16:42:51 -0500 Subject: refactor with actual building --- templates/post.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..cf7b1f1 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,11 @@ +{% include "header.html" %} + +

+blaise-blog/{{ post.title }} +

+ +
+ +{{ post.content }} + +{% include "footer.html" %} -- cgit v1.2.3