DEBSOURCES
Skip Quicknav
sources / python-django / 1.7.11-1%2Bdeb8u3 / tests / templates / base.html
12345678
<html> <head></head> <body> <h1>Django Internal Tests: {% block title %}{% endblock %}</h1> {% block content %} {% endblock %} </body> </html>