mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
19 lines
383 B
Text
19 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
|