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