1 {% extends "theme.html" %}
2
3 {% block jumbotron %}
4
5 {% include "jumbotron-task.html" %}
6
7 {% endblock %}
8
9
10 {% block body %}
11 <h2>
12 Your task: come on, go it!
13 </h2>
14 <p></p>
15 <p>Image: "Werkbank" by Petermann</p>
16 {% endblock %}