relift-html
Version:
A blazing fast view library that lets you put Javascript Template Literals in HTML
18 lines (15 loc) • 425 B
HTML
title: 404 Page Not Found
pretty_url: False
meta:
robots: noindex, nofollow
<div class="wrapper">
<section class="container">
<h3 class="title">Error 404: Page Not Found</h3>
<p>
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again
</p>
{{ page_link('index', text='Home') }}
</section>
</div>