{% extends '_base.html' %}
{% from '_form_macros.html' import form_card,form_printer %}
{% block body %}
{{form_card(form_printer(form, '/auth/set_password'), title='Login', description='Type your email and password to log into a', card_footer='Quetsions? Contact support here')}}