mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
77227087e9
* Implement homepage redesign for large screen width * Implement the UI of `new-design-registration` variant of the homepage redesign * Add quick placeholder/template for the website-redesign header/footer Co-authored-by: Thomas Mees <thomas.mees@overleaf.com> GitOrigin-RevId: 8cff6def8aa560f2e11230dae264cb19feede054
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)
|