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

<%= title || "Threads" %>

<%= desp %>

<% threads.forEach(thread=>{ %>
<% if (thread.deleted) { %> [DELETED]<% } %> <%= thread.title %>
<% if (user?.admin && !thread.deleted){ %> <% } %> <%= thread.author.name %>

<% }); %>
<% if(typeof page === "number"){ %> <% } %> <%- include("extra/footer") %>