mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
17 lines
No EOL
362 B
Text
17 lines
No EOL
362 B
Text
extends ../layout
|
|
|
|
block content
|
|
.content
|
|
.container.wiki
|
|
.row
|
|
.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1
|
|
.page-header
|
|
- if (title == "Main Page")
|
|
h1 ShareLaTeX Documentation
|
|
- else
|
|
h1 #{title}
|
|
a(href="/learn")
|
|
i.fa.fa-long-arrow-left
|
|
| Back to all articles
|
|
|
|
| !{content} |