<%- include("extra/meta", {title: "Admin Panel!" }) %> <%- include("extra/navbar") %>

Welcome to the admin panel of the forum, <%= user.name %>!

IP BAN REMOVE IP BAN Create Category Edit config

Banned users:

<% for (const ban of bans) { %> <% } %>
IP Reason AuthorID
<%=ban.ip%> <%=ban.reason%> <%=ban.authorID%>

Admins:

<%- include("extra/footer") %>