first commit

This commit is contained in:
Felix Breidenstein 2019-11-05 00:33:07 +01:00
parent e9b6e00ca2
commit fb398afd8b
10 changed files with 124 additions and 0 deletions

5
template.html Normal file
View file

@ -0,0 +1,5 @@
{{ range . }}
<h1>{{ .Title }}</h1>
<img src="{{ .Preview }}" />
<a href="{{ .Path }}">Download</a>
{{ end }}