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