/django/contrib/comments/templates/comments/base.html
https://code.google.com/p/mango-py/ · HTML · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · ad35660c4ed43eea3fffc56cb97c1f5a MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{% block title %}{% endblock %}</title>
- </head>
- <body>
- {% block content %}{% endblock %}
- </body>
- </html>