{% load staticfiles %} {% autoescape off %}{{css_links}}{% endautoescape %} {% autoescape off %}{{js_links}}{% endautoescape %} {% block head %} {% autoescape off %}{{head}}{% endautoescape %} {% endblock %}
{% if topbar %}
{% autoescape off %}{{topbar}}{% endautoescape %}
{% endif %} {% if promote %}
{% autoescape off %}{{promote}}{% endautoescape %}
{% endif %}
{% autoescape off %}{{announce}}{% endautoescape %}