mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
[web] prefix file names of pug partials with underscore GitOrigin-RevId: 956618f52e2639185d9f518c44d62f72ba0e222e
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
extends ../layout-react
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'ide-detached'
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSkipToContent = true
|
|
- var suppressCookieBanner = true
|
|
- metadata.robotsNoindexNofollow = true
|
|
|
|
block content
|
|
#pdf-preview-detached-root()
|
|
|
|
block append meta
|
|
include editor/_meta
|