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