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