13 lines
312 B
HTML
13 lines
312 B
HTML
title = "Page not found (404)"
|
|
url = "/404"
|
|
layout = "cms"
|
|
is_hidden = 0
|
|
robot_index = "index"
|
|
robot_follow = "follow"
|
|
==
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<h1>{{'Page not found'|_}}</h1>
|
|
<p>{{'We are sorry, but the page you requested cannot be found.'|_}}</p>
|
|
</div>
|
|
</div> |