mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
42f9920a9e
[web] migrate trivial pug templates to the de-ng/marketing layout GitOrigin-RevId: 041c277eaded45118c6a3bd3e95bdaa90b1536f4
13 lines
320 B
Text
13 lines
320 B
Text
extends ../layout-marketing
|
|
|
|
block content
|
|
main.content#main-content
|
|
.container
|
|
.row
|
|
.col-md-8.col-md-offset-2.text-center
|
|
.page-header
|
|
h2 #{translate("restricted_no_permission")}
|
|
p
|
|
a(href="/")
|
|
i.fa.fa-arrow-circle-o-left(aria-hidden="true")
|
|
| #{translate("take_me_home")}
|