slides.fleaz.me/template.html
Felix Breidenstein fb398afd8b first commit
2019-11-05 00:33:07 +01:00

5 lines
110 B
HTML

{{ range . }}
<h1>{{ .Title }}</h1>
<img src="{{ .Preview }}" />
<a href="{{ .Path }}">Download</a>
{{ end }}