{%- for block in section.blocks -%} {% render block %} {%- endfor -%}
{% schema %} { "name": "t:sections.apps.name", "tag": "section", "class": "section", "settings": [ { "type": "checkbox", "id": "include_margins", "default": true, "label": "t:sections.apps.settings.include_margins.label" } ], "blocks": [ { "type": "@app" } ], "presets": [ { "name": "t:sections.apps.presets.name" } ] } {% endschema %}