summaryrefslogblamecommitdiff
path: root/templates/about/team.html
blob: b1f05883adddbc439ac75553a29af165a046ca2d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                           
{% let flip = true %}

{% for tutor in tutors %}
<section class="quiet flexible">
	{% if flip == true %}
		{% include "blurb.html" %}
		{% include "figure.html" %}
	{% else %}
		{% include "figure.html" %}
		{% include "blurb.html" %}
	{% endif %}
</section>

<section></section>
{% endfor %}