{% extends 'aiohttp_login/bootstrap-3/base.html' %} {% from 'aiohttp_login/bootstrap-3/macroses.html' import form_field, form_password_field %} {% block auth_title %}Login{% endblock %} {% block auth_content %} {% include 'aiohttp_login/bootstrap-3/styles.html' %}

Login

{{ form_field(auth.form.email) }} {{ form_password_field(auth.form.password, auth.cfg) }}
{{ auth.form.csrf_token }} {% include 'aiohttp_login/bootstrap-3/social_auth_buttons.html' %}
Forgot password?
Don't have an account?
{% endblock %}