app/template/default/Block/lm_item_mini_footer.twig line 1

Open in your IDE?
  1. <!-- ミニフッター(商品) -->
  2. {% if data is defined and data.goods_small_footer_content is defined and data.goods_small_footer_content != '' %}
  3.   <div id="small-footer-content">{{ data.goods_small_footer_content | raw }}</div>
  4. {% endif %}
  5. <!-- ミニフッター(商品) -->