{% extends "layout/base.html" %} {% block title %}FFGA - Login{% endblock %} {% block content %}

Login

{% if error %}
{{ error }}
{% endif %}

Don't have an account? Register here

Forgot password?

{% endblock %}