{% extends 'layout.html' %} {% block content %}
{% if msg %}
{{msg}}
{% endif %}
Signup Form
{% csrf_token %}
{% endblock %}