diff options
Diffstat (limited to 'backend/templates/data.html')
| -rw-r--r-- | backend/templates/data.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/backend/templates/data.html b/backend/templates/data.html index a384459..e548bef 100644 --- a/backend/templates/data.html +++ b/backend/templates/data.html @@ -1,11 +1,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}} +{{ 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 }} |
