changeset 1 | 3aa6f55df039 |
child 5 | 5d46d3f53518 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/templates/index.html Wed Nov 27 12:40:37 2013 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +{% extends "theme.html" %} 1.5 + 1.6 +{% block jumbotron %} 1.7 +<!-- default jumbotron --> 1.8 + {% include "jumbotron-default.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 +Welcome to the<br /> 1.17 +Python competition<br /> 1.18 +2014 1.19 +</h1> 1.20 + 1.21 +{% endblock %}