mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
9 lines
166 B
HTML
9 lines
166 B
HTML
{{ template "header.html" }}
|
|
|
|
<div class="container">
|
|
<h2>{{ .Title }}</h2>
|
|
<div>{{ template "small-tn.html" .Items }}</div>
|
|
</div>
|
|
|
|
{{ template "footer.html" }}
|