aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home.html
blob: de9d2af24855bb779284e5d5439b1e8f014ea4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{define "body"}}
<main id="content">
<div class="introduction">
    <h1>logs</h1>
    <p>
        {{ .Description }}
    </p>
</div>
{{ template "logs_display" . }}
</main>
{{end}}