overleaf/services/web/app/views/layout.pug
Thomas 76beba4393 Add cookie banner (#6627)
* Add cookie banner

Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
GitOrigin-RevId: a3625d4e6357ff58c7c47532901c382bedbe07e0
2022-04-05 12:17:25 +00:00

20 lines
358 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
include _cookie_banner
!= moduleIncludes("contactModal", locals)