custom/plugins/zenitPlatformHorizon/src/Resources/views/storefront/block/cms-block-zen-grid-8-4.html.twig line 1

Open in your IDE?
  1. {% block block_zen_grid_8_4 %}
  2.     {% block block_zen_grid_8_4_inner %}
  3.         {% sw_include "@zenitPlatformHorizon/storefront/block/cms-block-zen-grid.html.twig" with {
  4.             elements: block.slots,
  5.             cols: {
  6.                 'md': [8,4]
  7.             },
  8.             columns: 1
  9.         } %}
  10.     {% endblock %}
  11. {% endblock %}