root/django/trunk/tests/templates/base.html
| Revision 7294, 142 bytes (checked in by mtredinnick, 4 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head></head> |
| 3 | <body> |
| 4 | <h1>Django Internal Tests: {% block title %}{% endblock %}</h1> |
| 5 | {% block content %} |
| 6 | {% endblock %} |
| 7 | </body> |
| 8 | </html> |
Note: See TracBrowser for help on using the browser.
