app/template/akracing/Help/privacy.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. {% block main %}
  10.     <div class="ec-role">
  11.         <div class="ec-pageHeader">
  12.             <h1>{{ 'プライバシーポリシー'|trans }}</h1>
  13.         </div>
  14.         <div class="ec-off1Grid">
  15.             <div class="ec-off1Grid__cell">
  16.                 <h3>個人情報の取り扱いについて</h3>
  17.                 <p>
  18.                     テックウインド株式会社の個人情報保護方針に基づいて取り扱います。<br>
  19.                     <a href="https://www.tekwind.co.jp/pp/" target="_blank">https://www.tekwind.co.jp/pp/</a>
  20.                 </p>
  21.             </div>
  22.         </div>
  23.     </div>
  24. {% endblock %}