REGISTER TO LOGIN {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}

{{message}}

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















LOG IN {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}

{{message}}

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









Footer