templates/de/404.html
author stetrabby <info@trabucchi.de>
Sat, 18 Jan 2014 10:49:41 +0100
changeset 104 f30cccb86f7f
parent 94 9a26e95f2f74
permissions -rwxr-xr-x
imprint and privacy link added, padding and view fixed
peter@1
     1
{% extends "theme.html" %} 
peter@1
     2
{% block body %}
peter@1
     3
<h1>Page Not Found</h1> 
peter@1
     4
<p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>
peter@1
     5
{% endblock %}
Impressum Datenschutzerklärung