[svn] because merging doesn't work i tweak the webpage a bit
--HG--
branch : trunk
diff --git a/www/error.tmpl b/www/error.tmpl
new file mode 100644
index 0000000..e89743d
--- /dev/null
+++ b/www/error.tmpl
@@ -0,0 +1,11 @@
+<% 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 %>
diff --git a/www/index.tmpl b/www/index.tmpl
index 134b844..f139179 100644
--- a/www/index.tmpl
+++ b/www/index.tmpl
@@ -62,5 +62,7 @@
<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 %>