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/log.html | |
| parent | ef3f8de38795a92dfc5d232a533c37d53794f1c8 (diff) | |
feat(section): display paginate in full list
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html deleted file mode 100644 index a384459..0000000 --- a/backend/templates/log.html +++ /dev/null @@ -1,11 +0,0 @@ -{{define "body"}} -<article id="content"> - <h1>{{ .DataTitle }}</h1> - <p>{{ .Description }}</p> - <figure> - <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large" /> - <figcaption>{{ .Img.Legend }}</figcaption> - </figure> - {{ .Content }} -</article> -{{end}} |
