mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
32 lines
984 B
Plaintext
32 lines
984 B
Plaintext
extends ../layout-react
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSkipToContent = true
|
|
- var deferScripts = true
|
|
- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
|
|
- metadata.robotsNoindexNofollow = true
|
|
- enableIeeeBranding = false
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/ide'
|
|
|
|
block content
|
|
main#ide-root
|
|
.loading-screen
|
|
.loading-screen-brand-container
|
|
.loading-screen-brand(style="height: 20%;")
|
|
h3.loading-screen-label #{translate("loading")}
|
|
span.loading-screen-ellip .
|
|
span.loading-screen-ellip .
|
|
span.loading-screen-ellip .
|
|
|
|
block append meta
|
|
include editor/_meta
|
|
|
|
block prepend foot-scripts
|
|
each file in (useOpenTelemetry ? entrypointScripts("tracing") : [])
|
|
script(type="text/javascript", nonce=scriptNonce, src=file, defer=deferScripts)
|
|
script(type="text/javascript", nonce=scriptNonce, src=(wsUrl || '/socket.io') + '/socket.io.js', defer=deferScripts)
|