%- include("extra/header", {title: "Main page!" }) %>
<%- include("extra/navbar", {user}) %>
Threads:
<% threads.forEach(thread=>{ %>
> <%= thread.title %> by <%= thread.author.name %>
<% }); %>
<%- include("extra/footer") %>