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/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..fecdba6 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,33 @@ + + + + + memories.blaise.zone + + + +

blaise-memories

+
+

+ Welcome to my public memories!
+ I think of this as my "digital scrapbook".
+ You may also be interested in my family tree.
+ Thanks for stopping by! —Blaise +

+

+ + + + + + + {% for memory in memories %} + + + + + + {% endfor %} +
startendmemory
{{ memory.start }}{{ memory.end }}{{ memory.title }}
+

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