diff -r 9a26e95f2f74 -r f0c34c057f0a templates/en/404.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/en/404.html	Fri Jan 17 18:08:39 2014 +0100
@@ -0,0 +1,5 @@
+{% extends _("en/theme.html") %}
+{% block body %}
+<h1>Page Not Found</h1> 
+<p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>
+{% endblock %}