{% block head %} {% include head.html %} {% endblock %}
{% block breadcrumb %} {% endblock %}
{% block page %} {% endblock %}
{# This is the user menu clicky shortcut thing. Probably don't need this... #} {% block shortcut %} {% endblock %}
{% block scripts %} {% include scripts.html %} {% endblock %}