<div class="candidate-table-row"> <div class="candidate-table-row__position head-allcaps-heavy-2xs text-right">{{ person.position }}</div> {{> atoms-basic-avatar(classes: "candidate-table-row__avatar") }} <div class="candidate-table-row__name head-allcaps-heavy-2xs font-bold">{{ person.first }} {{ person.last }}</div> <div class="candidate-table-row__bio head-allcaps-3xs">{{ person.age }} let, {{ person.occupation }}</div> <div class="candidate-table-row__affiliation"> {{> atoms-basic-avatar(classes: "w-6 mr-2") }} <span class="font-bold font-condensed">{{ person.party }}</span> </div> </div>