<%- include('../partials/head'); %> <%- include('../partials/header') -%>
<%- include('../partials/top'); %>
<% threads.forEach((t) => { %>

<%= t.name %>

<%= t.description %>
<%- include('../partials/format_date',{format_date:t.creationdate}); %>
<% }); %> <%- include('../partials/create_thread'); %>