<%= $thread->{'title'} %> #<%= $thread->{'id'} %>
<%= $thread->{'date'} %>
<%= $thread->{'author'} %>
<%== markdown $thread->{'body'} =%>
<% if (is_mod) { =%>
<% } =%>
% layout 'default'; % title my $thread_id = $thread->{'id'} ? "Thread #$thread_id" : '?';