<%- include('header', { title: "Forum", refresh: 900 }) -%>
Subject Author Replies Time <% threads.forEach((row) => { %>
<%= row.subject %> <%= row.author_name %> <%= row.replies %> <%= row.mtime %> <% }); %>
<% if (current_page > 1) { %> <% } %> <% for (let p = 1; p <= page_count && p <= 30; ++p) { %> <% if (p === current_page) { %> (<%- p %>) <% } else { %> <%- p %> <% } %> <% } %> <% if (current_page < page_count) { %> <% } %>
<% if (user) { %>

New thread <% } %>