{% extends "layout.html" %} {% block body %}

Login

{% if invalid %}
Error: invalid credentials
{% endif %}
{% endblock %}