diff options
Diffstat (limited to 'templates/about/team.html.j2')
-rw-r--r-- | templates/about/team.html.j2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/about/team.html.j2 b/templates/about/team.html.j2 new file mode 100644 index 0000000..05bb2f8 --- /dev/null +++ b/templates/about/team.html.j2 @@ -0,0 +1,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 %}
\ No newline at end of file |