mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
7 lines
244 B
HTML
7 lines
244 B
HTML
{{ range . }} {{ if not (isEmpty .ID) }}
|
|
<div class="artwork-thumbnail-small artwork-thumbnail">
|
|
{{ template "thumbnail-dt-lazy.html" . }} {{ template "thumbnail-tt.html" . }}
|
|
{{ template "thumbnail-at.html" . }}
|
|
</div>
|
|
{{ end }} {{ end }}
|