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/memory.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/memory.html (limited to 'templates/memory.html') diff --git a/templates/memory.html b/templates/memory.html new file mode 100644 index 0000000..4da3b10 --- /dev/null +++ b/templates/memory.html @@ -0,0 +1,15 @@ +{% include "header.html" %} + +

+blaise-memories/{{ memory.path[0] }} +

+ +
+ +

+{{ memory.title }} +

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