oops, added list hbs
This commit is contained in:
parent
bdd44afe03
commit
f1f237a24a
1 changed files with 8 additions and 0 deletions
8
src/views/list.handlebars
Normal file
8
src/views/list.handlebars
Normal 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>
|
Loading…
Add table
Reference in a new issue