changeset 5 | 5d46d3f53518 |
parent 1 | 3aa6f55df039 |
child 16 | e1763a1be790 |
1.1 --- a/templates/index.html Wed Nov 27 13:10:24 2013 +0100 1.2 +++ b/templates/index.html Wed Nov 27 14:43:47 2013 +0100 1.3 @@ -3,16 +3,10 @@ 1.4 {% block jumbotron %} 1.5 <!-- default jumbotron --> 1.6 {% include "jumbotron-default.html" %} 1.7 -<p>Spezial Jubotron...</p> 1.8 1.9 {% endblock %} 1.10 1.11 1.12 {% block body %} 1.13 -<h1> 1.14 -Welcome to the<br /> 1.15 -Python competition<br /> 1.16 -2014 1.17 -</h1> 1.18 1.19 {% endblock %}