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

Log in

{% match flash %} {% when Some with (flash) %} {{flash}} {% when None %} {% endmatch %}
Register an account {% endblock %}