{% load staticfiles %} {% load stackdio %} stackd.io | {{ title }} {% include 'stackdio/favicons.html' %} {% if not user_agent_only %} {% block stylesheets %}{% endblock %} {% endif %} {% if not user_agent_only %} {% block body %} {% block navbar %} {% endblock navbar %}
{% for message in messages %} {% endfor %}
{% block content %}{% endblock %}
{% block scripts %} {# load these in by default if we're not using require - otherwise we'll override this later #} {% endblock scripts %} {% endblock body %} {% endif %}