mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-26 23:00:06 +02:00

Prevent browser translation of icons in Pug pages GitOrigin-RevId: 97e4d3ba70a4c95bed2c9f52e66038911625613d
14 lines
361 B
Text
14 lines
361 B
Text
extends ../layout-marketing
|
|
include ../_mixins/material_symbol
|
|
|
|
block content
|
|
main.content#main-content
|
|
.container
|
|
.row
|
|
.col-md-8.offset-md-2.text-center
|
|
.page-header
|
|
h1 #{translate("restricted_no_permission")}
|
|
p
|
|
a.inline-material-symbols(href="/")
|
|
+material-symbol("arrow_left_alt")
|
|
| #{translate("take_me_home")}
|