templates/Context/Shop/Blog/banner.html.twig line 1

Open in your IDE?
  1. {% if blocks is not empty %}
  2.     {% for block in blocks %}
  3.         <a href="{{ block.link|default('#') }}">
  4.             {{ bitbag_cms_render_content(block) }}
  5.         </a>
  6.     {% endfor %}
  7. {% endif %}