No models are available yet.
<%= category.name %>
<%= models.length %> model<%= models.length !== 1 ? 's' : '' %><%= category.description %>
<% } %>
<% models.forEach(model => { %>
<%- include('./partials/modelCard', { model }) %>
<% }) %>
Other
<% uncategorized.forEach(model => { %>
<%- include('./partials/modelCard', { model }) %>
<% }) %>