<html> <head> {% block extrahead %} {% endblock extrahead %} </head> <body> <div> {% block main %}{% endblock %} </div> </body> </html>