2023-12-04 12:53:26 -05:00
|
|
|
extends ./layout-base
|
|
|
|
|
|
|
|
include ./_mixins/formMessages
|
2024-05-15 05:43:32 -04:00
|
|
|
include ./_mixins/bootstrap_js
|
2023-12-04 12:53:26 -05:00
|
|
|
|
|
|
|
block entrypointVar
|
|
|
|
- entrypoint = 'marketing'
|
|
|
|
|
|
|
|
block body
|
|
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
|
|
include layout/navbar-website-redesign
|
|
|
|
|
|
|
|
block content
|
|
|
|
|
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
|
|
if showThinFooter
|
|
|
|
include layout/footer-marketing
|
|
|
|
else
|
|
|
|
include layout/fat-footer-website-redesign
|
|
|
|
|
|
|
|
if (typeof(suppressCookieBanner) == 'undefined')
|
|
|
|
include _cookie_banner
|
|
|
|
|
|
|
|
!= moduleIncludes("contactModal-marketing", locals)
|
2024-05-15 05:43:32 -04:00
|
|
|
|
|
|
|
block prepend foot-scripts
|
|
|
|
+bootstrap-js(bootstrapVersion)
|