first commit
This commit is contained in:
parent
e9b6e00ca2
commit
fb398afd8b
10 changed files with 124 additions and 0 deletions
5
template.html
Normal file
5
template.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ range . }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<img src="{{ .Preview }}" />
|
||||
<a href="{{ .Path }}">Download</a>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue