summaryrefslogtreecommitdiff
path: root/tests/templates/base.html
blob: 611bc094a9a01244c1e7423128d162372947fd6a (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>