aboutsummaryrefslogtreecommitdiff
path: root/template/index_user.tt
diff options
context:
space:
mode:
authorEmil Williams2025-08-17 14:07:05 +0000
committerEmil Williams2025-08-17 14:07:05 +0000
commit9f56426a77c8438f3e1ea2e033e0deff2c52667f (patch)
tree7bde2255c66d5cdc001f81b74c3d30f44f38ab3c /template/index_user.tt
parent6e6a271eb8ebc410c476f01eca5717cb519de905 (diff)
downloadgorillanest-9f56426a77c8438f3e1ea2e033e0deff2c52667f.tar.xz
gorillanest-9f56426a77c8438f3e1ea2e033e0deff2c52667f.tar.zst
I'M... TEMPLATINGgit add .git add .git add .git add .git add .! AAAAAAAAAA <- You NEED Rehab NOW
Diffstat (limited to 'template/index_user.tt')
-rw-r--r--template/index_user.tt5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/index_user.tt b/template/index_user.tt
index 886beec..e27fb35 100644
--- a/template/index_user.tt
+++ b/template/index_user.tt
@@ -1,8 +1,9 @@
<html>
+[% title = "${name} Index" %]
[% INCLUDE head.tt %]
<body>
-<h1>index_user</h1>
-<ul>[% FOR i IN directories %]<li>[% i %]</li>[% END %]</ul>
+<h1>[% title %]</h1>
+<ul>[% FOR i IN directories %]<li><a href="/[% name %]/[% i %]">/[% name %]/[% i %]</a></li>[% END %]</ul>
</body>
[% INCLUDE foot.tt %]
</html>