Skip to content
Snippets Groups Projects
base.html 196 B
Newer Older
<html>
    <head>
        {% block extrahead %}
        {% endblock extrahead %}
    </head>
    <body>
        <div>
            {% block main %}{% endblock %}
        </div>
    </body>
</html>