{% set logout_url = url_for('errors.logged_out') %} {% block include_scripts_top %}{% endblock %}
{% block body %}{% endblock %} {% block footer %}{% endblock %}
{% include 'modals/contact.html' %} {% include 'modals/login.html' %} {% include 'modals/signup.html' %} {% include 'modals/info.html' %} {% include 'modals/spotlight.html' %} {% block include_scripts_bottom %}{% endblock %}
{% if ga_tracking_id %}{% include 'ga.html' %}{% endif %} {% block include_extra_scripts_bottom %}{% endblock %}