<%= $thread->{'title'} %> <%= link_to "#$thread->{'id'}", single_thread => {thread_id => $thread->{'id'}}, (class => 'post__id') %>
<%= $thread->{'date'} %>
<%= $thread->{'author'} %>
<%== markdown $thread->{'body'} =%>
<% if (is_mod) { =%>
<% } =%>