stackd.io | {% block title %}Home{% endblock %}
{% include 'stackdio/favicons.html' %}
{% block stylesheets %}{% endblock %}
{% block body %}
{% block navbar %}
{% endblock navbar %}
It looks like you don't have advanced view enabled. If you would like to turn on advanced view, check out your
User Profile.
{% for message in messages %}
{{ message }}
{% 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 %}