aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/log.html
blob: 57948d484652a5b6f598e9ca493ece4bbca0da15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{define "body"}}
<article>
    <h1>{{ .LogTitle }}</h1>
    <p>
        {{ .Description }}
    </p>
    <figure>
        <img src="{{ .Img.Src }}" alt="{{ .Img.Alt }}" class="large">
        <figcaption>{{ .Img.Legend }}</figcaption>
    </figure>
    {{ .Content }}
</article>
{{end}}