parts/django/tests/templates/base.html
changeset 307 c6bca38c1cbf
equal deleted inserted replaced
306:5ff1fc726848 307:c6bca38c1cbf
       
     1 <html>
       
     2 <head></head>
       
     3 <body>
       
     4 <h1>Django Internal Tests: {% block title %}{% endblock %}</h1>
       
     5 {% block content %}
       
     6 {% endblock %}
       
     7 </body>
       
     8 </html>