changeset 106 | b0e55e971315 |
parent 99 | 98360a0a7797 |
105:5a24b0072800 | 106:b0e55e971315 |
---|---|
1 {% extends _("theme.html") %} |
1 {% extends "theme.html" %} |
2 {% block body %} |
2 {% block body %} |
3 <h1>Page Not Found</h1> |
3 <h1>Page Not Found</h1> |
4 <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a> |
4 <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a> |
5 {% endblock %} |
5 {% endblock %} |