{% extends "base.html" %} {% block content %}
{{form.hidden_tag()}} {{form.username()}} {{form.password()}} {{form.submit()}}
{% endblock%}