1 {% extends "theme.html" %}
2
3 {% block jumbotron %}
4 <!-- default jumbotron -->
5 {% include "jumbotron-competition.html" %}
6 <p>Spezial Jubotron...</p>
7
8 {% endblock %}
9
10
11 {% block body %}
12 <h1>
13 Competition
14 </h1>
15
16 {% endblock %}