%- include('../partials/head', { title: 'Categories' }) %> <%- include('../partials/adminNav', { currentPath: '/admin/categories' }) %> <%- include('../partials/adminTopBar') %>
Organize your models into groups
<%= error %>
No categories yet. Create one above.
<%= cat.name %>
<% if (cat.description) { %><%= cat.description %>
<% } %>