aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorvulonkaaz <7442677+vulonkaaz@users.noreply.github.com>2025-05-30 02:29:35 +0200
committervulonkaaz <7442677+vulonkaaz@users.noreply.github.com>2025-05-30 02:29:35 +0200
commit148baefc06c1558776928dd635394dbfdad63da7 (patch)
tree60a4d17c4b0e1308448f616c09b3396429232994 /views
parent9a94241730fcfdc9ee315730c213e0d8add114c7 (diff)
multiple pages
Diffstat (limited to 'views')
-rw-r--r--views/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html
index 67045c2..34a6f55 100644
--- a/views/index.html
+++ b/views/index.html
@@ -19,4 +19,9 @@
</article>
{{ end }}
</section>
+ <p>Page:
+ {{ range .pages }}
+ <a href="/{{.}}">[{{.}}]</a>
+ {{ end }}
+ </p>
{{template "partials/canvas" .}}