<%= $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
Must be between <%= $error->[2] %> and <%= $error->[3] %> characters.
<% } =%> <%= label_for search => 'Search' %> <%= text_field q => ( id => 'search', maxlength => 2047, minlength => 1, required => undef ) %>