2025-11-05 20:49:00 -09:00

23 lines
542 B
Plaintext

<% if (!data?.user?.get('patron')) { %>
<div class="notification is-info">
Thank you for your support on <a href="https://patreon.com/cj_clippy">Patreon!</a>
</div>
<% } %>
<ul class="mt-5">
<li class="mb-2">
<a class="button" href="/vt">
<h2 class="title is-2">VTubers</h2>
</a>
</li>
<li class="mb-2">
<a class="button" href="/vods">
<h2 class="title is-2">Vods</h2>
</a>
</li>
<li class="mb-2">
<a class="button" href="/patrons">
<h2 class="title is-2">Patrons</h2>
</a>
</li>
</ul>