{{ title }}

{% for key, value in sections.items() %}
{% if value.html %} {{ value.html }} {% else %}

{{ value }}

{% endif %}
{% endfor %}