{% extends "base.html" %} {% block title %}Login — Friday Budgeting Pro{% endblock %} {% block content %}

Sign in

{% if flash %}
{{ flash }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% if profiles and profiles|length > 1 %}

Switch profile:

{% for p in profiles %} {{ p.username }} {% endfor %}
{% endif %}

Forgot your password?

{% endblock %}