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

18 lines
539 B
HTML

{{ template "header.html" .Title}}
<div class="container">
<h2>Discover works</h2>
<div class="switcher">
<span class="switch-title">Filter</span>
<a href="/discovery?mode=all" class="switch-button">All</a>
<a href="/discovery?mode=safe" class="switch-button">Safe</a>
<a href="/discovery?mode=r18" class="switch-button">R-18</a>
</div>
<div>{{ template "small-tn.html" .Artworks }}</div>
<div class="pagination">
<a href="" class="pagination-button">Reload</a>
</div>
</div>
{{ template "footer.html" }}