templates/gdrive.html [39:49]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - templates/index.html [34:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -