% layout 'main'; % title 'Threads List';

<%= title %>

<% for my $thread (@{$threads}) { =%>
<%= link_to "#$thread->{'id'}", thread_page => {thread_id => $thread->{'id'}} %>

<%= $thread->{'title'} %>

<%= $thread->{'date'} %>

<%= $thread->{'author'} %>

<%= $thread->{'body'} %>

<%= link_to Remark => thread_id => {thread_id => $thread->{'id'}} %> <%= link_to thread_page => {thread_id => $thread->{'id'}}, begin %> (<%= $thread->{'remark_count'} %> remarks) <% end %>
<% } =%>
<% if ($last_page && $last_page != 1) { =%> <% } =%>