{% load static %} {% block title %}{% block head_title %}{% endblock %}{% endblock %} - {% firstof request.organization.name request.get_host %} on GovReady Q {% comment %} {% endcomment %} {% comment %}replace with image and HTML generated by http://realfavicongenerator.net/ one day{% endcomment %} {% include "head.html" %} {% block head %}{% endblock %} {% include "navbar.html" %} {% block contextbar %}
{% endblock %} {% if messages %}
{% for message in messages %} {# Django levels are: debug (map to Boostrap 'info'), info, success, warning, error (map to Boostrap 'danger') #}
{{ message }}
{% endfor %}
{% endif %} {% block body-wide %}
{% block body %} {% endblock %} {% block content %} {# allauth uses this block #} {% endblock %}
{% endblock %} {% include "bootstrap-helpers.html" %} {% if MOUSE_CURSOR_FOLLOWER %} {% endif %} {% block scripts %} {% endblock %}