{% comment %} /** * base_site - django html template * * Copyright (c) 2007, 2008 Glencoe Software, Inc. All rights reserved. * * This software is distributed under the terms described by the LICENCE file * you can find at the root of the distribution bundle, which states you are * free to use it only for non commercial purposes. * If the file is missing please request a copy by contacting * jason@glencoesoftware.com. */ {% endcomment %} {% block title %}{% endblock %} {% block css %} {% endblock %} {% for href in extra_css %} {% endfor %} {% block extra_css %}{% endblock %} {% block js %} {% endblock %} {% for src in extra_js %} {% endfor %} {% block extra_js %}{% endblock %}
{% block header_content %} {% endblock %} {% block header_menu %} {% endblock %} {% block full_content %} {% block full_body %}
{% block body %}
{% block content %}{% endblock %}
{% endblock body %}
{% endblock full_body %} {% endblock full_content %}