summaryrefslogtreecommitdiffstats
path: root/templates/nodirlist.html
blob: 9b2d295a2ae3123f45f7f489c7ee351f1065319f (plain)
1
2
3
4
5
6
7
{% extends "expobase.html" %}
{% block title %}Page not found {{ path }}{% endblock %}
{% block body %}
<h1>Directory not displayed: {{ path }}</h1>
 <p>Only individual files may be displayed from this directory. No directory listing available.
{% include "menu.html" %}
{% endblock %}