summaryrefslogtreecommitdiff
path: root/tests/templates/base.html
blob: c401502dd992ca69ffc7072142d5f5478500476e (plain)
1
2
3
4
5
6
7
8
<html>
<head></head>
<body>
<h1>Django Internal Tests: {% block title %}{% endblock %}</h1>
{% block content %}
{% endblock %}
</body>
</html>