summaryrefslogtreecommitdiffstats
path: root/templates/mart/girl.html.template
blob: bc82e4f410d06d9693daebf1fa4d2633a57cfe8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{- define "head"}}
		<title>{{.Name}}</title>
{{- end}}

{{- define "body"}}
		{{$girlURL := .URL}}
	{{- range .Sets}}
		<figure>
			<a href="/mart/{{$girlURL}}/{{.URL}}">
				<img src="/mart/photos/preview/{{.CoverID}}.jpeg">
			</a>
			<figcaption>{{.Name}}</figcaption>
		</figure>
	{{- end}}
{{- end}}