{% extends "_layout.html" %} {% mixin "/mixins/forms.html" %} {% block content %}
{%callblock horizontal-form-input only with name="login", label="Your username or email address", error=error.login, value=form.login %} {%callblock horizontal-form-input only with name="password", label="Password", error=error.password, type="password", error=error.password %} {%callblock horizontal-form-submit only with title="Log in!"%}
{% endblock %}