{% extends "base.html" %} {% block title %}{{ person.name }} - Biblical Family Tree - KJV Study{% endblock %} {% block description %}{{ person.name }} in the biblical genealogy from Adam to Jesus Christ.{% endblock %} {% block head %} {% endblock %} {% block content %} {% set female_names = ['eve', 'sarah', 'rebekah', 'rachel', 'leah', 'ruth', 'mary', 'tamar', 'rahab', 'bathsheba', 'dinah', 'keturah', 'hagar', 'zilpah', 'bilhah', 'jochebed', 'miriam', 'deborah', 'hannah', 'abigail', 'esther', 'naomi', 'naamah', 'milcah', 'adah', 'zillah', 'asenath', 'basemath'] %} {% set is_female = person.name|lower in female_names or (female_names | select('in', person.name|lower) | list | length > 0) %}
Generation {{ person.generation }} from Adam {% if person.kekule_number is not none %} · Ancestor of Jesus Christ{% endif %}
{% endif %}