{% extends "base.html" %} {% block content %}
{{ with_errors(form.username) }}

{{ with_errors(form.password) }}

{% endblock %}