{% extends "layout.html" %} {% block body %}
{% if failed %}
User name and password did not match.
{% endif %}
{{ form.csrf_token }}
{% endblock %}