%- include("extra/meta", {title: "Admin Panel!" }) %>
<%- include("extra/navbar") %>
Welcome to the admin panel of the forum, <%= user.name %>!
IP BAN
REMOVE IP BAN
Banned users:
IP
Reason
AuthorID
<% for (const ban of bans) { %>
<%=ban.ip%>
<%=ban.reason%>
<%=ban.authorID%>
<% } %>