% layout 'main'; % title "View Thread - #$thread->{'id'}";

<%= title %>

<% if (my $thread_body = %$thread{'body'}) { =%>

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

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

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

<%= $thread_body %>

<% } =%> <% if (my $first_reply = @$replies[0]) { =%>
<% for my $reply (@$replies) { =%>

<%= %$reply{'date'} %>

<%= %$reply{'author'} %>

<%= %$reply{'body'} %>

<% } =%>
<% } =%>