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 17:20:37 -04:00
block content
if (typeof(suppressFooter) == "undefined")
if showThinFooter
include layout/footer
else
include layout/fat-footer
2016-03-02 10:29:52 -05:00
include _cookie_banner
!= moduleIncludes("contactModal", locals)