<%- include("extra/header", {title: "Admin panel!" }) %> <%- include("extra/navbar", {user}) %>

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

Write an ID to give someone admin permissions:


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