From a0ea0199b480f78e2e7a2e317149a152097557ce Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 30 May 2020 06:54:02 -0500 Subject: tree --- tree-source/templates/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tree-source/templates/index.html (limited to 'tree-source/templates/index.html') diff --git a/tree-source/templates/index.html b/tree-source/templates/index.html new file mode 100644 index 0000000..551b2ee --- /dev/null +++ b/tree-source/templates/index.html @@ -0,0 +1,26 @@ + + + + + family tree index + + + + +

blaise-memories/tree

+
+ +

+This page lists all of the nodes of my family tree project. +

+ +

+{% for index, person in people.items() %} + +{{ '%03d' | format(index) }} {{ person.name }} + +
+{% endfor %} +

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