/tests/templates/base.html
https://code.google.com/p/mango-py/ · HTML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · ae71f5092e5765aa1911afbad7b0587b MD5 · raw file
- <html>
- <head></head>
- <body>
- <h1>Django Internal Tests: {% block title %}{% endblock %}</h1>
- {% block content %}
- {% endblock %}
- </body>
- </html>