{% extends "auth_base.html" %} {% block title %}Login - The Weather Monitor{% endblock %} {% block content %}

Login

Sign in to access your account.
{% if error %}
{{ error }}
{% endif %}
Forgot password?
{% endblock %}