{% assign person-id = include.person-id | default: 0 %} {% assign person = people[person-id] %} {% capture col-avatar %}
{% include "ui/avatar.html" person=person class="rounded" %}
{% endcapture %}
{% unless include.right %}{{ col-avatar }}{% endunless %}
{{ person.full_name }}
{{ person.job_title }}
{% if include.right %}{{ col-avatar }}{% endif %}