diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-05-30 02:29:35 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-05-30 02:29:35 +0200 |
commit | 148baefc06c1558776928dd635394dbfdad63da7 (patch) | |
tree | 60a4d17c4b0e1308448f616c09b3396429232994 /views | |
parent | 9a94241730fcfdc9ee315730c213e0d8add114c7 (diff) |
multiple pages
Diffstat (limited to 'views')
-rw-r--r-- | views/index.html | 5 |
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" .}} |