{% extends 'auth/base.html.j2' %} {% block title %}{{ gettext('Sign Up') }}{% endblock %} {% block content %} {{ render_form(form) }} {% endblock %}