app/template/originalTemplate/index.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'default_frame.twig' %}
  9. {% set body_class = 'front_page' %}
  10. {% block stylesheet %}
  11.  
  12. {% endblock %}
  13. {% block main %}
  14.         <div class="main_visual">
  15.             <picture>
  16.                 <source media="(max-width: 767px)" srcset="/html/user_data/assets/img/top/main_sp.webp">
  17.                 <img src="{{ asset('assets/img/top/main_pc.webp','user_data') }}" alt=" MUJINTOU">
  18.             </picture>
  19.         </div>
  20. {% endblock %}