diff --git a/web/index.templ b/web/index.templ
index b65c7f7..302e348 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -8,92 +8,92 @@ import "strconv"
templ Index(currentPath, progVer string, stat *files.DirStat, entries *[]files.DirEntry, r *http.Request) {
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
- Arav's dwelling / { i18n.T(ctx, "title") }
+ Arav's dwelling / { i18n.T(ctx, "title") }
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- { i18n.T(ctx, "table.name") } |
- { i18n.T(ctx, "table.date") } |
- { i18n.T(ctx, "table.size") } |
+
+
+
+
+
+
+
+
+
+
+
+
+ { i18n.T(ctx, "table.name") } |
+ { i18n.T(ctx, "table.date") } |
+ { i18n.T(ctx, "table.size") } |
+
+
+ ../ |
+
+
+
+ for i, entry := range *entries {
+
+ { entry.Name } |
+ { utils.ToClientTimezone(entry.Datetime, r).Format(files.FileDateFormat) } |
+ { entry.Size } |
-
- ../ |
-
-
-
- for i, entry := range *entries {
-
- { entry.Name } |
- { utils.ToClientTimezone(entry.Datetime, r).Format(files.FileDateFormat) } |
- { entry.Size } |
-
- }
-
-
-
+ }
+
+
+
+
+ @templ.Raw(currentPath)
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ { i18n.T(ctx, "instruction") }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
}
\ No newline at end of file