{%- if (request.path == "/user/google-sign-in" or request.path == "/user/sign-in") and config['USE_GOOGLE_LOGIN'] %} {%- endif %}{{ extra_meta }} {% if tab_title %}{{ tab_title }}{% else %}{{ config['APP_NAME'] }}{% endif %} {{ extra_css }}{{ config['GLOBAL_CSS']|safe }}
{%- block top %}{% endblock %} {%- block flash_messages %} {%- with messages = get_flashed_messages(with_categories=true) -%} {%- if messages %}
{%- for category, message in messages %} {%- if category=='error' %} {%- set category='danger' %} {%- endif %}
{{ message|safe }}
{%- endfor %}
{%- endif %} {%- endwith %} {%- endblock %} {%- block main %}{% endblock %} {%- block bottom %}{% endblock %}
{{ extra_js }}{{ config['GLOBAL_JS']|safe }}