{% assign person-id = include.person-id | default: 25 | minus: 1 %} {% assign person = site.data.people[person-id] %}
{{ include.title | default: 'Basic info' }}
{% include ui/icon.html icon="book" class="me-2 text-secondary" %} Went to: {{ person.university }}
{% include ui/icon.html icon="briefcase" class="me-2 text-secondary" %} Worked at: {{ person.company }}
{% include ui/icon.html icon="home" class="me-2 text-secondary" %} Lives in: {{ person.city }}, {{ person.country }}
{% include ui/icon.html icon="map-pin" class="me-2 text-secondary" %} From: {% include ui/flag.html flag=person.country_code %} {{ person.country }}
{% include ui/icon.html icon="calendar" class="me-2 text-secondary" %} Birth date: {{ person.birth_date }}
{% include ui/icon.html icon="clock" class="me-2 text-secondary" %} Time zone: {{ person.time_zone }}