6 lines
239 B
HTML
6 lines
239 B
HTML
{{ range . }} {{ if not (isEmpty .ID) }}
|
|
<div class="artwork-thumbnail-small artwork-thumbnail">
|
|
{{ template "thumbnail-dt.html" . }} {{ template "thumbnail-tt.html" . }} {{
|
|
template "thumbnail-at.html" . }}
|
|
</div>
|
|
{{ end }} {{ end }}
|