custom/plugins/SisiBlog6/src/Resources/views/storefront/component/blog/card/box.html.twig line 1

Open in your IDE?
  1. {% block component_post_box_include %}
  2.     {% if layout is empty %}
  3.         {% set layout = 'image' %}
  4.     {% endif %}
  5.     {% sw_include "@Storefront/storefront/component/blog/card/box-" ~ layout ~ ".html.twig" ignore missing %}
  6. {% endblock %}