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 +++++++++++++++++ templates/links.html | 39 --------------------------------------- 2 files changed, 17 insertions(+), 39 deletions(-) create mode 100644 templates/dir.html delete mode 100644 templates/links.html (limited to 'templates') 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" %} +
+ + diff --git a/templates/links.html b/templates/links.html deleted file mode 100644 index f3b3e3f..0000000 --- a/templates/links.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - {% include "head.html" %} - - - - shrt - - -
- {% include "nav.html" %} -
- -
- - {% include "footer.html" %} -
- - -- cgit v1.2.3-70-g09d2