overleaf/services/web/app/views/layout-marketing.pug

24 lines
475 B
Text
Raw Normal View History

extends ./layout-base
include ./_mixins/formMessages
block entrypointVar
- entrypoint = 'marketing'
block body
if (typeof(suppressNavbar) == "undefined")
include layout/navbar-marketing
block content
if (typeof(suppressFooter) == "undefined")
if showThinFooter
include layout/footer-marketing
else
include layout/fat-footer
if (typeof(suppressCookieBanner) == 'undefined')
include _cookie_banner
!= moduleIncludes("contactModal-marketing", locals)