<%= $thread->{'title'} %> #<%= $thread->{'id'} %>
<%= $thread->{'date'} %>
<%= $thread->{'author'} %>
<% if ($thread->{'markdown'}) { =%>
<%== markdown $thread->{'body'} =%>
<% } else { =%>
<%= $thread->{'body'} %>
<% } =%>