<%- include('header', { title: thread.subject }) %>
<%= post.author_name %> <%= post.ctime %> <%= post.edited ? "(edited " + post.mtime + ")" : "" %>
<%- post.body %>

Reply: