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

* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
33 lines
749 B
Text
33 lines
749 B
Text
extends ../layout-react
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSkipToContent = true
|
|
- var deferScripts = true
|
|
- 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
|
|
script(
|
|
type='text/javascript'
|
|
nonce=scriptNonce
|
|
src=(wsUrl || '/socket.io') + '/socket.io.js'
|
|
defer=deferScripts
|
|
)
|