equal
deleted
inserted
replaced
1 {% extends "theme.html" %} |
1 {% extends "theme.html" %} |
2 |
2 |
3 {% block jumbotron %} |
3 {% block jumbotron %} |
4 <!-- default jumbotron --> |
4 <!-- default jumbotron --> |
5 {% include "jumbotron-default.html" %} |
5 {% include "jumbotron-default.html" %} |
6 <p>Spezial Jubotron...</p> |
|
7 |
6 |
8 {% endblock %} |
7 {% endblock %} |
9 |
8 |
10 |
9 |
11 {% block body %} |
10 {% block body %} |
12 <h1> |
|
13 Welcome to the<br /> |
|
14 Python competition<br /> |
|
15 2014 |
|
16 </h1> |
|
17 |
11 |
18 {% endblock %} |
12 {% endblock %} |