<%= $thread->{'title'} %> <%= link_to "#$thread->{'id'}", single_thread => {thread_id => $thread->{'id'}}, (class => 'post__id') %>
<%= $thread->{'date'} %>
<%= $thread->{'author'} %>
<%== markdown truncate_text $thread->{'body'} =%>
% layout 'default'; % title 'Threads List'; % content_for open_graph => begin % end % content_for twitter_card => begin % end