{{define "chapter-title-card"}}
{{.Comic.Title}}
{{.Title}}
{{end}} {{define "chapter-cards"}} {{$zindex := 100}} {{range .Posts}}
{{$zindex = add $zindex -1}} {{.Post.Cid}}
{{end}} {{end}} {{define "post-cards"}} {{$zindex := 100}} {{range .Posts}}
{{$zindex = add $zindex -1}} {{.Cid}}
{{end}} {{end}}