{% extends "users/base.html" %} {% block title %}Create email{% endblock title %} {% block content %}

Create Email

{% csrf_token %}
{% endblock content %} {% include "users/footer.html" %}