1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-05-06 18:04:10 +02:00
Files
digimarks/digimarks/templates/404.html
T
2019-02-28 13:41:17 +01:00

7 lines
210 B
HTML

{% extends "base.html" %}
{% block title %}404: Page not found{% endblock %}
{% block pageheader %}404: Page not found{% endblock %}
{% block pagecontent %}
The page you requested was not found.
{% endblock %}