diff options
Diffstat (limited to 'templates/mart/girl.html.template')
| -rw-r--r-- | templates/mart/girl.html.template | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/mart/girl.html.template b/templates/mart/girl.html.template new file mode 100644 index 0000000..a4ffce3 --- /dev/null +++ b/templates/mart/girl.html.template @@ -0,0 +1,14 @@ +{{- define "head"}} + <title>{{.Name}}</title> +{{- end}} + +{{- define "body"}} + {{- range .Sets}} + <figure> + <a href="/mart/sets/{{.ID}}"> + <img width="250" src="/mart/photos/{{.CoverID}}"> + </a> + <figcaption>{{.Name}}</figcaption> + </figure> + {{- end}} +{{- end}} |
