{% if form.legend %}${form.legend}{% endif %} {%- if form.error %}
${form.error}
{%- elif form.errors %}
There are errors in the form, please check below.
{%- endif %} {% render form.content.sections.fields %}