{% extends 'aiohttp_login/bootstrap-4/base.html' %} {% from 'aiohttp_login/bootstrap-4/macroses.html' import form_field, form_password_field %} {% set title='Registration' %} {% block auth_title %}Registration{% endblock %} {% block auth_content %} {% include 'aiohttp_login/bootstrap-4/styles.html' %}

Registration

{{ form_field(auth.form.email) }} {{ form_password_field(auth.form.password, auth.cfg) }} {{ form_field(auth.form.confirm, oninput="auth_check_password_matching(this)") }}
{{ auth.form.csrf_token }} {% include 'aiohttp_login/bootstrap-4/social_auth_buttons.html' %}
Already have an account?
{% endblock %}