mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
08fb9094ab
Refactor Layouts GitOrigin-RevId: 1b963e9240bbb4a43c627c344abd4672e08a7cff
19 lines
332 B
Plaintext
19 lines
332 B
Plaintext
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)
|