]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[svn] because merging doesn't work i tweak the webpage a bit
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 22 Mar 2007 19:05:43 +0000 (20:05 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 22 Mar 2007 19:05:43 +0000 (20:05 +0100)
--HG--
branch : trunk

www/error.tmpl [new file with mode: 0644]
www/index.tmpl

diff --git a/www/error.tmpl b/www/error.tmpl
new file mode 100644 (file)
index 0000000..e89743d
--- /dev/null
@@ -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 %>
index 134b844f89ba95f84e463567ef0d3bba0900899d..f139179e2652e751faae2e546486a1b229808910 100644 (file)
@@ -62,5 +62,7 @@ print from_string('Hello {{ data }}!').render(data='World')
     <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 %>