Skip to content
Snippets Groups Projects
Select Git revision
  • a8b808402ae2c319f839b28c4725393b48498d0b
  • master default protected
  • jw
3 results

0011_alter_homedocumentpage_content_and_more.py

Blame
  • Forked from Institut π / pi-cms
    Source project has a limited visibility.
    candidate-table-row.mustache 620 B
    <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-3 mr-1") }}
        <span class="font-bold font-condensed">{{ person.party }}</span>
      </div>
    </div>