summaryrefslogtreecommitdiff
path: root/templates/about/team.html.j2
blob: 07637c80db4652943fc4666240fe95c836dcb396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{% for tutor in tutors %}
<section class="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 %}