mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
08fb9094ab
Refactor Layouts GitOrigin-RevId: 1b963e9240bbb4a43c627c344abd4672e08a7cff
18 lines
332 B
Text
18 lines
332 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
|
|
|
|
!= moduleIncludes("contactModal", locals)
|