{% macro email_form(recipient, action='/form_to_email/', class='') -%}
{% csrf_token %}
{% if recipient %} {% endif %} {{ caller() }}
{%- endmacro %} {% macro newsletter_form(action='/email_provider_subscribe/', class='') -%}
{% csrf_token %}
{{ caller() }}
{%- endmacro %}