ORIENT/themes/modern2/pages/404.htm

13 lines
312 B
HTML
Raw Normal View History

2021-05-10 12:01:19 +00:00
title = "Page not found (404)"
url = "/404"
layout = "cms"
2021-10-09 06:25:40 +00:00
is_hidden = 0
robot_index = "index"
robot_follow = "follow"
2021-05-10 12:01:19 +00:00
==
<div class="jumbotron">
<div class="container">
2021-10-09 06:25:40 +00:00
<h1>{{'Page not found'|_}}</h1>
<p>{{'We are sorry, but the page you requested cannot be found.'|_}}</p>
2021-05-10 12:01:19 +00:00
</div>
2021-10-09 06:25:40 +00:00
</div>