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