{% sw_extends '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtCookiePermissionShow = theme_config('twt-cookie-permission-show') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Adjustments on the cookie-premission #} {% block layout_cookie_permission_inner %} {% if twtCookiePermissionShow == 1 %} {# ThemeWare: Hide cookie-premission if configured #} {% else %} {# Default block #} {{ parent() }} {% endif %} {% endblock %}