oops, added list hbs

This commit is contained in:
Ava Gaiety W 2023-03-15 00:00:59 -05:00
parent bdd44afe03
commit f1f237a24a

View file

@ -0,0 +1,8 @@
<div class="flex flex-col gap-8">
<h1 class="text-3xl">List of Popular Pronouns</h1>
<ul>
{{#each pronounList}}
<li><a href="/{{this}}">{{this}}</a></li>
{{/each}}
</ul>
</div>