aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home_log.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-27 14:40:26 +0100
committerWilliam Hergès <william@herges.fr>2025-10-27 14:40:26 +0100
commit8d000018e132583bf4797ac9cb4ce2c4e96ed8ba (patch)
tree1e9838911d78009a3f34f65408003ece00890ed7 /backend/templates/home_log.html
parentef3f8de38795a92dfc5d232a533c37d53794f1c8 (diff)
feat(section): display paginate in full list
Diffstat (limited to 'backend/templates/home_log.html')
-rw-r--r--backend/templates/home_log.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html
deleted file mode 100644
index 28bf36a..0000000
--- a/backend/templates/home_log.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{define "body"}}
-<main id="content">
- {{ range .Sections }}
- <div class="introduction">
- <h1>{{ .Name }}</h1>
- <p>{{ .Description }}</p>
- </div>
- {{ template "logs_display" . }} {{ end }}
-</main>
-{{end}}