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

<% }); %>