<%- include("../components/page-head.ejs") %>

characters

about abtmtr.link's mascots and other such characters

entity index

<% characters.forEach((entity) => { %>

<%= entity.name.toLowerCase() %> / <%= entity.pronouns.toLowerCase() %>

<%= entity.age %> / <%= entity.species %>

<%= entity.sexuality %> / <%= entity.gender %>

<%= entity.blurb %>


<% entity.rows.forEach(([k, v]) => { %>

<%= k %>

<%= v %>

<% }) %>
<% }) %>
<%- include("../components/footer.ejs") %> <%- include("../components/post-main.ejs") %>