This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cut-publik-theme/templates/404.html

7 lines
91 B
HTML

{% extends "theme.html" %}
{% block content %}
<h2>Page non trouvée</h2>
{% endblock %}