templates/base.html
changeset 5 9a671f3eb24c
child 19 4911302379ac
equal deleted inserted replaced
4:e3b8a3ae3857 5:9a671f3eb24c
       
     1 <html>
       
     2 <head>
       
     3 <title>
       
     4 {% block title %}
       
     5 {% endblock %}
       
     6 </title>
       
     7 </head>
       
     8 <body>
       
     9 {% block content %}
       
    10 {% endblock %}
       
    11 </body>
       
    12 </html>