2022-03-03 16:28:03 +00:00
|
|
|
extends ./layout-base
|
|
|
|
|
2021-09-24 09:22:37 +00:00
|
|
|
include ./_mixins/formMessages
|
|
|
|
|
2022-03-03 16:28:03 +00:00
|
|
|
block entrypointVar
|
2021-09-08 09:26:18 +00:00
|
|
|
- entrypoint = 'marketing'
|
|
|
|
|
2022-03-03 16:28:03 +00:00
|
|
|
block body
|
|
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
|
|
include layout/navbar-marketing
|
2021-09-08 09:26:18 +00:00
|
|
|
|
2022-03-03 16:28:03 +00:00
|
|
|
block content
|
2021-09-08 09:26:18 +00:00
|
|
|
|
2022-03-03 16:28:03 +00:00
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
|
|
if showThinFooter
|
|
|
|
include layout/footer-marketing
|
2021-09-08 09:26:18 +00:00
|
|
|
else
|
2022-03-03 16:28:03 +00:00
|
|
|
include layout/fat-footer
|
2021-09-08 09:26:18 +00:00
|
|
|
|
2022-03-29 12:12:10 +00:00
|
|
|
include _cookie_banner
|
|
|
|
|
2022-03-03 16:28:03 +00:00
|
|
|
!= moduleIncludes("contactModal-marketing", locals)
|