VIDEO | Custom HTML Section Toevoegen In Shopify

{% for block in section.blocks %} {% if block.type == ’text’ %} {% if block.settings.section_html != blank %} {{ block.settings.section_html }} {% endif %} {% endif %} {% if block.type == ‘page’ and block.settings.page %} {% if block.settings.show_heading %} {{ pages[block.settings.page].title | escape }} {% endif %} {{ pages[block.settings.page].content }} {% endif %} {% endfor […]