mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
78326fb352
Clean up error pages GitOrigin-RevId: 764375124ef5349c97416339119471a166d727b5
18 lines
383 B
Text
18 lines
383 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())
|
|
|
|
block body
|