{% block head %} {% endblock %}
{% if environ['GA_GTAG'] is defined %}
{% endif %}
{% set is_admin_user = cur_user and cur_user.is_authenticated and cur_user.role == 'admin' %}
{%if not focus_mode %}
{%endif%}
{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}