summaryrefslogtreecommitdiff
path: root/templates/about/team.html.j2
blob: 05bb2f8818d423a7b1e7cbfe6c48ae4e33298bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{% for tutor in tutors %}
<sectionclass=" flexible">
	{% if loop.index0 % 2 == 0 %}
	{% include "blurb.html.j2" %}
	{% include "figure.html.j2" %}
	{% else %}
	{% include "figure.html.j2" %}
	{% include "blurb.html.j2" %}
	{% endif %}
	</section>
	{% endfor %}