fournee/fournée/templates/404.html

8 lines
166 B
HTML
Raw Normal View History

2024-04-30 12:27:17 +02:00
{% extends "base.html" %}
{% block title %}Page introuvable{% endblock %}
{% block content %}
<p>La page que vous demandez semble introuvable...</p>
{% endblock %}