%- include("extra/meta", {title: "Threads!" }) %>
<%- include("extra/navbar") %>
<% threads.forEach(thread=>{ %>
<% if (thread.deleted) { %>
[DELETED]
<% } %> <%= thread.title %>
<%= user.name %>
<% }); %>