%- include("extra/header", {title: "Thread list" }) %>
<%- include("extra/navbar", {user}) %>
Threads:
<% threads.forEach(thread=>{ %>
><%= thread.title %>
| By <%= thread.author.name %>
<% }); %>
<%- include("extra/footer") %>