{% extends "base.html" %} {% block title %}Login{% endblock %} {% block content %}

Login

Please fill in your credentials to login.

{% if login_err %}
{{ login_err }}
{% endif %}
{% if username_err %}
{{ username_err }}
{% endif %}
{% if password_err %}
{{ password_err }}
{% endif %}

Don't have an account? Sign up now.

{% endblock %}