shin-neo-lyrical-tokarev/views/lists/anime.hbs
2024-10-09 03:12:54 -03:00

23 lines
432 B
Handlebars

<body>
<p>
Not feeling like doing anything too fancy yet so here's the lists as plain uls.
</p>
<hr>
<h2>Anime</h2>
<ul>
{{#each animeList}}
<li>
{{title}} {{episodes}}/{{watched}}
</li>
{{/each}}
</ul>
<hr>
<h2>VN and vidya</h2>
<ul>
{{#each vnList}}
<li>
{{title}}
</li>
{{/each}}
</ul>
</body>