{%extends 'auth/sign-in.html'%} {%from 'auth/sign-in.html' import render_login_options%} {%set title = 'Sign Up'%} {%set subtitle = 'Register for your account'%} {%block content%}
{%block form%}

{{title}}

{{subtitle}}
{{render_login_options(login_options)}}
Or with email
Use 8 or more characters with a mix of letters, numbers & symbols.
Already have an Account? Sign in
{%endblock form%}
{%block footer%} {{super()}} {%endblock footer%}
{%block aside%} {{super()}} {%endblock aside%}
{%endblock content%}