mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
945a6a8155
[web] prefix file names of pug partials with underscore GitOrigin-RevId: 956618f52e2639185d9f518c44d62f72ba0e222e
17 lines
344 B
Text
17 lines
344 B
Text
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
|