rb@99: {% extends _("theme.html") %}
rb@95: {% block body %}
rb@95: <h1>Page Not Found</h1> 
rb@95: <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>
rb@95: {% endblock %}