Files
2026-06-15 11:23:05 -04:00

4 lines
235 B
HTML

{% extends "base.html" %}
{% block title %}404{% endblock %}
{% block content %}<div class="card narrow"><h2>404</h2><p>{{ _('Not found.') }}</p><p><a href="{{ url_for('main.index') }}">{{ _('Back home') }}</a></p></div>{% endblock %}