From e9686b6ab684785d5f9acbc98942beae94817562 Mon Sep 17 00:00:00 2001 From: MetroWind Date: Sun, 21 Sep 2025 21:34:34 -0700 Subject: Implement dir handler. Unit test WIP. --- templates/dir.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/dir.html (limited to 'templates/dir.html') diff --git a/templates/dir.html b/templates/dir.html new file mode 100644 index 0000000..6cfdcb4 --- /dev/null +++ b/templates/dir.html @@ -0,0 +1,17 @@ + + + + {% include "head.html" %} + + + + shrt + + +
+ {% include "nav.html" %} +
{{ items }}
+ {% include "footer.html" %} +
+ + -- cgit v1.2.3-70-g09d2