mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 02:30:07 +02:00
[web] migrate trivial pug templates to the de-ng/marketing layout GitOrigin-RevId: 041c277eaded45118c6a3bd3e95bdaa90b1536f4
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
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")}
|