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/person.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tree-source/templates/person.html (limited to 'tree-source/templates/person.html') diff --git a/tree-source/templates/person.html b/tree-source/templates/person.html new file mode 100644 index 0000000..8a7d315 --- /dev/null +++ b/tree-source/templates/person.html @@ -0,0 +1,31 @@ + + + + + family tree index + + + + +

+blaise-memories/tree/{{ '%03d' | format(person.index) }} +

+
+ +

+ {{ person.name }} +

+ +

+{% if person.birthday %} birthday: {{ person.birthday }}
{% endif %} +{% if person.birthplace %} birthplace: {{ person.birthplace }}
{% endif %} +{% if person.deathday %} deathday: {{ person.deathday }}
{% endif %} +

+ +

local family tree

+ +{{ svg }} + +

all relatives

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