% layout 'default'; % title 'Threads List';

<%= title %>

<% for my $thread (@{$threads}) { =%>

<%= $thread->{'title'} %> <%= link_to "#$thread->{'id'}", single_thread => {thread_id => $thread->{'id'}}, (class => 'post__id') %>

<%== markdown truncate_text $thread->{'body'} =%>
<% } =%> <% if ($last_page && $last_page != 1) { =%> <% } =%>