1 {% extends "theme.html" %}
2
3 {% block jumbotron %}
4 <!-- default jumbotron -->
5 {% include "jumbotron-competition.html" %}
6 {% endblock %}
7
8
9 {% block body %}
10 <h2>
11 Information you need!
12 </h2>
13
14 {% endblock %}