mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02:00
edacb9ec0b
Revert "[web] Migrate general Pug pages to BS5" GitOrigin-RevId: fcc42ee28004aa55c09ecbd5f5e96c6067e717e9
19 lines
383 B
Plaintext
19 lines
383 B
Plaintext
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())
|
|
|
|
block body
|