This repository has been archived on 2025-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
website/templates/error/404.html
Rupus Reinefjord a528892ac8 initial commit
2018-01-11 23:54:26 +01:00

10 lines
202 B
HTML

{% extends "layout.html" %}
{% set title = "404 - Not found" %}
{% block body %}
<main>
<h2>404 &mdash; Not found</h2>
<p>The page you were looking for was not found :(</p>
</main>
{% endblock %}