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" %}