mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
c734574175
GitOrigin-RevId: 1b52461771946137f10d803a788bd80423ad2967
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
extends ../layout-marketing
|
|
|
|
block vars
|
|
- isWebsiteRedesign = true
|
|
|
|
block content
|
|
main#main-content.content
|
|
.container
|
|
.error-container
|
|
.error-details
|
|
h1.error-status #{translate("not_found")}
|
|
p.error-description #{translate("cant_find_page")}
|
|
p.error-actions
|
|
a.error-btn(href='/') Home
|