title = "Page not found (404)"
url = "/404"
layout = "cms"
==
<div class="jumbotron">
<div class="container">
<h1>Page not found</h1>
<p>We're sorry, but the page you requested cannot be found.</p>
</div>