mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +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
18 lines
342 B
Plaintext
18 lines
342 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
|