vendor/bitbag/cms-plugin/src/Resources/views/Shop/Block/index.html.twig line 1

Open in your IDE?
  1. {% for block in blocks %}
  2. {% if block.name != null %}
  3. <h4 class="ui horizontal section divider header">{{ block.name }}</h4>
  4. {% endif %}
  5. <div class="ui column segment">
  6. {{ bitbag_cms_render_block(block.code) }}
  7. </div>
  8. {% endfor %}