{% from "../_colSection/_colSection.html" import colSection %}
{{
colSection(
sectionName = 'popscreen',
sectionType = 'popscreen',
numberOfColumns = popscreen.numberOfColumns.numberOfColumns_options.selected,
leftCol = popscreen.leftColumnContent.leftColumnContent_options.selected,
assetType= 'Image',
hasBg = 'false',
hasColorMode = popscreen.solidBackgroundMode.solidBackground_options.selected,
first_row = popscreen.offerContent.first_row,
offer = popscreen.offerContent.offer,
showCloseButton = popscreen.closeButton.showButton,
last_row = popscreen.offerContent.last_row,
showCta = popscreen.offerCta.showCta,
mainBtnText = popscreen.offerCta.btn,
path = global.path,
imgMobile = popscreen.main_image.image_mobile,
imgDesktop = popscreen.main_image.image_desktop,
imgAlt = popscreen.main_image.image_alt,
logoID = header.logo.svgLogoName,
showDecline = popscreen.decline.show,
declineButtonContent = popscreen.decline.content
)
}}
{% if popscreen and popscreen.showOnFirstLoadOnly.showOnFirstLoad == 'true' %}
{% else %}
{% endif %}