mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
b24d209453
GitOrigin-RevId: 553fd63f1a0fefaf90afb8c4850c5c7af7855387
23 lines
475 B
Text
23 lines
475 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
|
|
|
|
if (typeof(suppressCookieBanner) == 'undefined')
|
|
include _cookie_banner
|
|
|
|
!= moduleIncludes("contactModal-marketing", locals)
|