% layout 'default'; % title my $thread_id = $thread->{'id'} ? "Thread #$thread_id" : '?';

<%= title %>

<% if (keys %{$thread}) { =%>

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

<%== markdown $thread->{'body'} =%>
<% if (is_mod) { =%> <% } =%>
<% } =%>