This reverts commit 3bd0e3aa9cbebbfc41db54ed4307540d1c557363. GitOrigin-RevId: 4b5f7662105add926c122b9f8205528400c1023d
21 lines
358 B
Plaintext
21 lines
358 B
Plaintext
extends ./layout-base
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'main'
|
|
|
|
block body
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
include layout/navbar
|
|
|
|
block content
|
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
if showThinFooter
|
|
include layout/footer
|
|
else
|
|
include layout/fat-footer
|
|
|
|
include _cookie_banner
|
|
|
|
!= moduleIncludes("contactModal", locals)
|