{% load staticfiles %} {% load stackdio %} stackd.io | {% block title %}Home{% endblock %} {% include 'stackdio/favicons.html' %} {% block stylesheets %}{% endblock %} {% 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 %}