<%= link_to single_thread => {thread_id => $thread->{'id'}}, begin %>
<%= $thread->{'title'} %>
<% end %>
<%= link_to "#$thread->{'id'}",
single_thread => {thread_id => $thread->{'id'}} %>
<%= $thread->{'date'} %>
<%= $thread->{'author'} %>
<%== markdown truncate_text $thread->{'body'} =%>
<% } =%>