templates/index.html
changeset 1 3aa6f55df039
child 5 5d46d3f53518
equal deleted inserted replaced
0:46abfb767ff2 1:3aa6f55df039
       
     1 {% extends "theme.html" %} 
       
     2 
       
     3 {% block jumbotron %}
       
     4 <!-- default jumbotron -->
       
     5  {% include "jumbotron-default.html" %}
       
     6 <p>Spezial Jubotron...</p>
       
     7 
       
     8 {% endblock %}
       
     9 
       
    10 
       
    11 {% block body %}
       
    12 <h1>
       
    13 Welcome to the<br />
       
    14 Python competition<br />
       
    15 2014
       
    16 </h1>
       
    17 
       
    18 {% endblock %}
Impressum Datenschutzerklärung