% layout 'main';
% title 'View Threads';
<%= title %>
<% for my $thread (@$threads) { =%>
<%= link_to '#' . %$thread{'id'}, '/thread/' . %$thread{'id'} %>
<%= %$thread{'title'} %>
<%= %$thread{'date'} %>
<%= %$thread{'author'} %>
<%= %$thread{'body'} %>
<% } =%>
<% if ($last_page && $last_page != 1) { =%>
<% } =%>