templates/base.html
changeset 12 a93eebabfeb1
child 45 ab8918e654ae
equal deleted inserted replaced
11:7c9fea7e28c8 12:a93eebabfeb1
       
     1 <html>
       
     2 <head>
       
     3     <title>{% block title %}PyTasks{% endblock %}</title>
       
     4 </head>
       
     5 <body>
       
     6 <h2><a href="/">PyTasks</a></h2><br />{% block content %}This is the default content{% endblock %}</body>
       
     7 </html>