%- include("extra/meta", {title: "Welcome to the " + dataset.forum_name }) %>
<%- include("extra/navbar") %>Topic | Created | Statistics | <% if (user?.admin){ %>Action | <% } %>
---|---|---|---|
<% if (thread.deleted) { %> [DELETED]<% } %> <%= thread.title %> |
<%= new Date(thread.time).toLocaleString() %>
|
<%= thread.messages.length %> messages
<%= thread.views %> views
|
<% if (user?.admin){ %>
<% if (!thread.deleted){ %> <% } %> | <% } %>
Message | Date | Author |
---|---|---|
<%= new Date(message.time).toLocaleString() %>
|