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

21 lines
358 B
Text
Raw Normal View History

extends ./layout-base
block entrypointVar
- entrypoint = 'main'
block body
if (typeof(suppressNavbar) == "undefined")
include layout/navbar
2014-06-21 21:20:37 +00:00
block content
if (typeof(suppressFooter) == "undefined")
if showThinFooter
include layout/footer
else
include layout/fat-footer
2016-03-02 15:29:52 +00:00
include _cookie_banner
!= moduleIncludes("contactModal", locals)