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

Open in your IDE?
  1. <!-- 大フッター(商品) -->
  2. {% if largeFooterList is defined %}
  3.   <!--  large footer -->
  4.   <br class="clear">
  5.   <div id="large-footer-content">
  6.     {% for largeFooter in largeFooterList %}
  7.       {% include 'Block/lm_large_footer.twig' with { largeFooterContent: largeFooter.footer_content_html } %}
  8.     {% endfor %}
  9.   </div>
  10. {% endif %}
  11. <!-- 大フッター(商品) -->