mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
08fb9094ab
Refactor Layouts GitOrigin-RevId: 1b963e9240bbb4a43c627c344abd4672e08a7cff
20 lines
399 B
Text
20 lines
399 B
Text
extends ./layout-base
|
|
|
|
include ./_mixins/formMessages
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'marketing'
|
|
|
|
block body
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
include layout/navbar-marketing
|
|
|
|
block content
|
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
if showThinFooter
|
|
include layout/footer-marketing
|
|
else
|
|
include layout/fat-footer
|
|
|
|
!= moduleIncludes("contactModal-marketing", locals)
|