DEBSOURCES
Skip Quicknav
sources / python-django-debug-toolbar / 1%3A1.6-1 / tests / templates / base.html
123456789
<!DOCTYPE html> <html> <head> <title>{{ title }}</title> </head> <body> {% block content %}{% endblock %} </body> </html>