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