<!-- extend base layout -->
{% extends "base.html" %}

{% block content %}
    <h1>{{ _('File Not Found') }}</h1>
    <p><a href="{{ url_for('index') }}">{{ _('Back') }}</a></p>
{% endblock %}