{# Anti-Adblock Module - Tema Padrão #} {% set siteId = siteConfig.id|default(site.id|default('default')) %} {% set adblockThemeColor = (siteConfig.theme_color is defined and siteConfig.theme_color is not empty) ? siteConfig.theme_color : ((site.theme_color is defined and site.theme_color is not empty) ? site.theme_color : (themeColor|default('#e50914'))) %} {% set currentPageName = currentPage|default('') %} {% set isAuthOrCheckout = (currentPageName in ['login', 'register', 'checkout', 'perfil']) %} {% set hasAdsOnSite = (hasActiveAds ?? false) or (siteGlobalAds is defined and siteGlobalAds is not empty) or (siteWatchAds is defined and siteWatchAds is not empty) or (siteMobileBannersGlobal is defined and siteMobileBannersGlobal is not empty) or (siteDesktopBannersGlobal is defined and siteDesktopBannersGlobal is not empty) or (siteConfig.custom_head is defined and siteConfig.custom_head is not empty and ('script' in siteConfig.custom_head or 'ads' in siteConfig.custom_head or 'aclib' in siteConfig.custom_head or 'pop' in siteConfig.custom_head)) %} {% if hasAdsOnSite and not (isPremiumSubscriber ?? false) and not isAuthOrCheckout %} {% endif %}