mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0c695fbbcb
This reverts commit 3bd0e3aa9cbebbfc41db54ed4307540d1c557363. GitOrigin-RevId: 4b5f7662105add926c122b9f8205528400c1023d
20 lines
358 B
Text
20 lines
358 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
|
|
|
|
include _cookie_banner
|
|
|
|
!= moduleIncludes("contactModal", locals)
|