mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
9 lines
167 B
HTML
9 lines
167 B
HTML
{{ extends "layout/default" }}
|
|
{{ block body() }}
|
|
{{ range .Artworks }}
|
|
<div class="container illust">
|
|
{{ include "components/artwork" . }}
|
|
</div>
|
|
{{ end }}
|
|
{{ end }}
|