{{include.paragraph_html}}
{% if include.form_type == 'events' %}
{% include forms/events-form.html %}
{% elsif include.form_type == 'membership' %}
{% include forms/join-form.html %}
{% elsif include.form_type == 'general' %}
{% include forms/contact-form.html %}
{% endif %}