mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
22 lines
408 B
Plaintext
22 lines
408 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
|
|
|
|
if (typeof(suppressCookieBanner) == 'undefined')
|
|
include _cookie_banner
|
|
|
|
!= moduleIncludes("contactModal", locals)
|