custom/plugins/MolliePayments/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_main %}
  3.     <script>
  4.         window.mollie_javascript_use_shopware = '{{ mollie_javascript_use_shopware }}'
  5.     </script>
  6.     {% if mollie_javascript_use_shopware != '1' %}
  7.         <script src="{{ asset('bundles/molliepayments/static/js/mollie-payments.js', 'asset') }}"></script>
  8.     {% endif %}
  9.     {{ parent() }}
  10. {% endblock %}