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