mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-02 17:00:05 +02:00

Make Bootstrap 5 the default everywhere GitOrigin-RevId: 024614d6f4f370fd9c9623a6f35c64e43d2a70c4
28 lines
628 B
Text
28 lines
628 B
Text
extends ./layout-base
|
|
|
|
include ./_mixins/formMessages
|
|
include ./_mixins/bootstrap_js
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'marketing'
|
|
- isWebsiteRedesign = true
|
|
|
|
block body
|
|
if (typeof(suppressNavbar) == "undefined")
|
|
include layout/navbar-marketing-bootstrap-5
|
|
|
|
block content
|
|
|
|
if (typeof(suppressFooter) == "undefined")
|
|
if showThinFooter
|
|
include layout/thin-footer-bootstrap-5
|
|
else
|
|
include layout/fat-footer-website-redesign
|
|
|
|
if (typeof(suppressCookieBanner) == 'undefined')
|
|
include _cookie_banner
|
|
|
|
!= moduleIncludes("contactModal-marketing-bootstrap-5", locals)
|
|
|
|
block prepend foot-scripts
|
|
+bootstrap-js(5)
|