diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 14:40:26 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 14:40:26 +0100 |
| commit | 8d000018e132583bf4797ac9cb4ce2c4e96ed8ba (patch) | |
| tree | 1e9838911d78009a3f34f65408003ece00890ed7 /backend/templates/home_log.html | |
| parent | ef3f8de38795a92dfc5d232a533c37d53794f1c8 (diff) | |
feat(section): display paginate in full list
Diffstat (limited to 'backend/templates/home_log.html')
| -rw-r--r-- | backend/templates/home_log.html | 10 |
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}} |
