{% extends "master.html" %}

{% block content %}
<form method="post">
Login: <input name="login">
</form>
{% endblock %}
