{%extends 'singup.html'%} {% load crispy_forms_tags %} {% block content %}

{{title}}

{% csrf_token %} {{ forms|crispy }}

{% endblock content %}