custom/plugins/KayloBasicTheme/src/Resources/views/storefront/layout/footer/footer.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
  2.     {% block layout_footer_copyright %}
  3.         <div class="footer-copyright">
  4.             {{ "footer.copyrightInfo"|trans|sw_sanitize }}
  5.         </div>
  6.     {% endblock %}