changeset 1 | 3aa6f55df039 |
child 15 | d0cf8e6f2ab0 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/templates/coursematerial.html Wed Nov 27 12:40:37 2013 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +{% extends "theme.html" %} 1.5 + 1.6 +{% block jumbotron %} 1.7 +<!-- default jumbotron --> 1.8 + {% include "jumbotron-coursematerial.html" %} 1.9 +<p>Spezial Jubotron...</p> 1.10 + 1.11 +{% endblock %} 1.12 + 1.13 + 1.14 +{% block body %} 1.15 +<h1> 1.16 +Course material 1.17 +</h1> 1.18 + 1.19 +{% endblock %}