{##}
{{ __('Preview HTML') }} {{ __('Preview PDF') }}
{{ headers|raw }} {{ body|raw }} {{ footers|raw }}

{{ __('Add Sections') }} {{ __('Drag & Drop') }}

{% for category, sectionList in coreSections %}
{{ category|title }}
{% for section in sectionList %} {% block component %}
{{ section.name }}
{% endblock %} {% endfor %}
{% endfor %}
{% for category, sectionList in additionalSections %}
{{ category|title }}
{% for section in sectionList %} {{ block('component') }} {% endfor %}
{% endfor %}