2022-03-03 11:28:03 -05:00
|
|
|
extends ./layout-base
|
2020-01-27 08:53:45 -05:00
|
|
|
|
2022-03-03 11:28:03 -05:00
|
|
|
block entrypointVar
|
|
|
|
- entrypoint = 'main'
|
2021-03-25 10:02:21 -04:00
|
|
|
|
2022-03-03 11:28:03 -05:00
|
|
|
block body
|
|
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
|
|
include layout/navbar
|
2014-06-21 17:20:37 -04:00
|
|
|
|
2022-03-03 11:28:03 -05:00
|
|
|
block content
|
2018-06-19 13:57:55 -04:00
|
|
|
|
2022-03-03 11:28:03 -05:00
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
|
|
if showThinFooter
|
|
|
|
include layout/footer
|
2021-03-24 06:09:43 -04:00
|
|
|
else
|
2022-03-03 11:28:03 -05:00
|
|
|
include layout/fat-footer
|
2016-03-02 10:29:52 -05:00
|
|
|
|
2022-03-29 08:12:10 -04:00
|
|
|
include _cookie_banner
|
|
|
|
|
2022-03-03 11:28:03 -05:00
|
|
|
!= moduleIncludes("contactModal", locals)
|