{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Join the Email Newsletter

{% crispy subscribe_form %}

Leave the Email Newsletter

{% crispy unsubscribe_form %}
{% endblock content %}