{% extends 'template.html' %} {% block subtitle %}Login{% endblock %} {% block content %}
{% if error %} Bad username or password. {% else %} You've logged in. {% endif %}