custom/plugins/ValkarchFormBotBlocker/src/Resources/views/storefront/component/captcha/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/captcha/base.html.twig' %}
  2. {% block component_captcha_base %}
  3.     <div class="fbb-captcha-wrapper {% if fbbForm is defined %}{{ fbbForm }}{% endif %}">
  4.         {{ parent() }}
  5.     </div>
  6. {% endblock %}