{% extends "base.html" %} {% block title %}Login — TaskFlow{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}
Welcome back
Sign in to your TaskFlow account
{% if success %}
{{ success }}
{% endif %} {% if errors %}
{% for e in errors %}{{ e }}{% if not loop.last %}
{% endif %}{% endfor %}
{% endif %}
{% endblock %}