mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
17 lines
513 B
HTML
17 lines
513 B
HTML
<!--
|
|
This is a static template file, so it doesn't have an associated app.
|
|
It is rendered by the server via a staticPages renderer.
|
|
|
|
Since static pages don't include the Derby client library, they can't have
|
|
bound variables that automatically update. However, they do support initial
|
|
template tag rendering from a context object and/or model.
|
|
-->
|
|
|
|
<Title:>
|
|
Not found
|
|
|
|
<Body:>
|
|
<h1>404</h1>
|
|
<p>Sorry, we can't find anything at <b>{{url}}</b>.
|
|
<p>Try heading back to the <a href="/">home page</a>.
|