{% autoescape off %} <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>{% block title %}{% endblock %}</title> {% block extrahead %}{% endblock %} </head> <body {% block bodyattrs %}{% endblock %}> {% block body %}{% endblock %} </body> </html> {% endautoescape %}