overleaf/services/web/app/views/layout.pug
2023-07-18 08:06:07 +00:00

21 lines
408 B
Text

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
if (typeof(suppressCookieBanner) == 'undefined')
include _cookie_banner
!= moduleIncludes("contactModal", locals)