mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
a452e1e8cd
Revert "Load correct JS for the active Bootstrap version" GitOrigin-RevId: 7f6e846b5461cfbacec874ed55bba577e414f3a6
23 lines
499 B
Text
23 lines
499 B
Text
extends ./layout-base
|
|
|
|
include ./_mixins/formMessages
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'marketing'
|
|
|
|
block body
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
include layout/navbar-website-redesign
|
|
|
|
block content
|
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
if showThinFooter
|
|
include layout/footer-marketing
|
|
else
|
|
include layout/fat-footer-website-redesign
|
|
|
|
if (typeof(suppressCookieBanner) == 'undefined')
|
|
include _cookie_banner
|
|
|
|
!= moduleIncludes("contactModal-marketing", locals)
|