pixivfe/template/newest.html
2023-06-08 15:55:15 +07:00

13 lines
381 B
HTML

{{ template "header.html" .Title}}
<div class="container">
<h2>Newest works from all users</h2>
<div class="switcher">
<span class="switch-title">Filter</span>
<a href="/newest" class="switch-button">Safe</a>
<a href="/newest?mode=r18" class="switch-button">R-18</a>
</div>
<div>{{ template "small-tn.html" .Items }}</div>
</div>
{{ template "footer.html" }}