overleaf/services/web/app/views/wiki/page.jade
2014-07-30 15:44:03 +01:00

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}