summaryrefslogtreecommitdiffstats
path: root/templates/mart/girl.html.template
blob: de249c5bc48276efcfd6cc61066778062f858cca (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 width="250" src="/mart/{{$girlURL}}/{{.URL}}/{{.CoverID}}.jpeg">
			</a>
			<figcaption>{{.Name}}</figcaption>
		</figure>
	{{- end}}
{{- end}}