<a href="#" data-href="{{ link.templates-candidate-detail }}" 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-heavy-2xs font-bold">{{ person.first }} {{ person.last }}</div>
  <div class="candidate-table-row__bio font-condensed">{{ person.age }} let, {{ person.occupation }}, {{ person.city }}</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>
</a>