{% if include.form_type == 'membership' %}

{{include.heading}}

{% if include.button_url and include.button_text %} {% endif %}
{{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 %}
{% else %}

{{include.heading}}

{% if include.button_url and include.button_text %} {% endif %}
{{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 %}
{{include.image_alt_text}}
{% endif %}