THREADS
SEARCH
USERS
OPEN THREAD
> <%= user.name %>
alt=<%= user.name %>>
<%= thread.title %>
alt=<%= thread.author.name %>>
> <%= thread.author.name %>
:
<%= thread.content %>
<%=new Date(thread.time).toLocaleString() %>
<% thread.messages.forEach(message=>{ %>
alt=<%= message.author.name %>>
> <%= message.author.name %>
:
<%= message.content %>
<%=new Date(message.time).toLocaleString() %>
<% }); %>
Send!