{% assign photos = site.data.photos | where: "horizontal", true %} {% assign person-id = include.person-id | default: 9 %} {% assign person = site.data.people | where: "id", person-id %} {% assign p = person[0] %}
{% include ui/avatar.html person=p size="md" class="mr-3" %}

{{ p.full_name }}

{{ p.job_title }}

{% include ui/button.html text="Follow" pill="true" outline="true" color="primary"%}