diff options
Diffstat (limited to 'templates/dirnotfound.html')
-rw-r--r-- | templates/dirnotfound.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/dirnotfound.html b/templates/dirnotfound.html new file mode 100644 index 0000000..9bf190f --- /dev/null +++ b/templates/dirnotfound.html @@ -0,0 +1,8 @@ +{% extends "expobase.html" %} +{% block title %}Directory not found {{ path }}{% endblock %} +{% block body %} +<h1>Directory not found '{{ path }}'</h1> +<h3>Click here: <a href="/{{ subpath }}">/{{ subpath }}</a> </h3> +<p>i.e. without the final '/' +{% include "menu.html" %} +{% endblock %} |