{% load static from staticfiles %} {% load glitter %} {% glitter_head %} {% block title %}{{ request.site.name }}{% endblock %} {# NOTE: Remove IE conditional comments if you're using Modernizr for more than the html5shiv #} {% glitter_startbody %}

{{ request.site.name }}

{% block header_links %} {% include "includes/header_links.html" %} {% endblock header_links %}
{% block billboard_top %} {% endblock billboard_top %}
{% block content %} {% endblock content %}
{% block billboard_bottom %} {% endblock billboard_bottom %}