diff options
Diffstat (limited to 'templates/about/team.html')
-rw-r--r-- | templates/about/team.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/about/team.html b/templates/about/team.html new file mode 100644 index 0000000..2857efe --- /dev/null +++ b/templates/about/team.html @@ -0,0 +1,13 @@ +{% for tutor in tutors %} +<section class="quiet flexible"> + {% if loop.index0 % 2 == 0 %} + {% include "blurb.html" %} + {% include "figure.html" %} + {% else %} + {% include "figure.html" %} + {% include "blurb.html" %} + {% endif %} +</section> + +<section></section> +{% endfor %} |