summaryrefslogtreecommitdiff
path: root/templates/about/team.html
blob: c2b4498dc347c4a6d5f150dd45bce2b0407f3516 (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" %}
	{% include "figure.html" %}
	{% else %}
	{% include "figure.html" %}
	{% include "blurb.html" %}
	{% endif %}
	</section>
	{% endfor %}