overleaf-cep/services/web/app/views/layout/layout-no-js.pug
Rebeka Dekany c40ab3234d Prettier for PUG templates (#26170)
* 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
2025-06-24 08:05:06 +00:00

20 lines
396 B
Text

doctype html
html(lang='en')
- metadata = metadata || {}
block vars
head
if metadata && metadata.title
title= metadata.title
if metadata && metadata.viewport
meta(
name='viewport'
content='width=device-width, initial-scale=1.0, user-scalable=yes'
)
link(rel='icon' href='/favicon.ico')
if buildCssPath
link(rel='stylesheet' href=buildCssPath('', 5))
block body