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