aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home_log.html
diff options
context:
space:
mode:
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}}