--- /dev/null
+<% extends 'layout/base.tmpl' %>
+<% set title = 'Page Not Found' %>
+<% block content %>
+ <h1>Page Not Found</h1>
+ <p>
+ Sorry, but the pge you requested was not found on this server.
+ </p>
+ <p>
+ Click <a href="index.html">here</a> to return to the index.
+ </ul>
+<% endblock %>
<li><strong>Dynamic Syntax</strong>. You don't like the Django block syntax?
You can override the syntax elements on environment initialisation. It's
no problem to use ASP/PHP/Ruby syntax, html comments for blocks etc.</li>
+ <li><strong>extremely lightweight</strong>. According to sloccount the number
+ of source lines is below 3000. The tarfile is less than 200KB in size.</li>
</ul>
<% endblock %>