summaryrefslogtreecommitdiff
path: root/templates/about/team.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about/team.html')
-rw-r--r--templates/about/team.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/about/team.html b/templates/about/team.html
new file mode 100644
index 0000000..b1f0588
--- /dev/null
+++ b/templates/about/team.html
@@ -0,0 +1,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 %}