diff -r 9a26e95f2f74 -r f0c34c057f0a templates/en/theme.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/en/theme.html Fri Jan 17 18:08:39 2014 +0100
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+PyMove3D -- 2014
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for href, caption in [('/competition', 'Competition'),
+ ('/task', 'Task'),
+ ('/submission', 'Submission'),
+ ('/coursematerial', 'Coursematerial'),
+ ]:
+ %}
+ {%- if href[1:] == act -%}
+ - {% else %}
- {% endif %}{{ caption }}
+ {% endfor %}
+
+
+
+
+
+
+
+
+ {% block body %}{% endblock %}
+
+
+ {% include _("en/footer.html") %}
+
+
+
+
+
+
+
+