{% extends 'base.html' %} {% block title %}Create an Account{% end %} {% block description %}Create a new account.{% end %} {% block bodytag %}register{% end %} {% block body %}
Create an Account
{% module xsrf_form_html() %}
{% raw form.email(placeholder='Email', required='true', type='email') %}
{% raw form.password(placeholder='Password', required='true', type='password') %}
{% end %}