Skip to content
Snippets Groups Projects
Commit 104191b7 authored by Marek Nečada's avatar Marek Nečada
Browse files

fragments: team

parent c488e563
No related branches found
No related tags found
No related merge requests found
<div class="users-block">
<div class="row">
{{ range .team }}
{{ partial "whole-page-fragments/team/team-member" .}}
{{ end }}
</div>
</div>
\ No newline at end of file
<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" ) ) ) ) }}
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment