aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates/log.html')
-rw-r--r--backend/templates/log.html11
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}}