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

<%= title || "Threads" %>

<%= desp %>

<% threads.forEach(thread=>{ %>
<% if (thread.state == "DELETED") { %> [DELETED]<% } %> <%= thread.title %>

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