/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

  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>