pi-www-theme-soho/layouts/partials/whole-page-fragments/team/team.html

44 lines
1.5 KiB
HTML

<div class="row about-block">
<div class="col-md-3 text-md-right">
<h4 class="about-block__title" id ="team">
Orgány Institutu π
</h4>
</div>
<div class="col-md-6 about-block__text">
<p>
</p>
</div>
</div>
<!-- Users block -->
{{ partial "whole-page-fragments/team/team-section" (dict "team" (where .Site.Data.team.team "roles" "intersect" (slice "ředitel" "leadership team" "strategic advisor" "editor" "intern") )) }}
<!-- Text block -->
<div class="row about-block">
<div class="col-md-3 text-md-right">
<h4 class="about-block__title">
Správní rada
</h4>
</div>
<div class="col-md-6 about-block__text">
</div>
</div>
{{ partial "whole-page-fragments/team/team-section" (dict "team" (where .Site.Data.team.team "roles" "intersect" (slice "správní rada") )) }}
<div class="row about-block">
<div class="col-md-3 text-md-right">
<h4 class="about-block__title">
{{ $alumni := (where .Site.Data.team.team "alumnus" true ) }}
{{ if eq ( len $alumni ) 1 }}
<!-- Our Alumnus -->
{{ else }}
<!-- Our Alumni -->
{{ end }}
</h4>
</div>
<div class="col-md-6 about-block__text">
</div>
</div>
{{ partial "whole-page-fragments/team/team-section" (dict "team" $alumni) }}
{{ partial "whole-page-fragments/team/team-section" (dict "team" (append (where .Site.Data.team.team "roles" "intersect" (slice "fellow" ) ) (where .Site.Data.team.team "past_roles" "intersect" (slice "fellow" ) ) ) ) }}