PostText/templates/thread/by_id.txt.ep

11 lines
182 B
Plaintext

% if (keys %{$thread}) {
%= $thread->{'id'};
%= $thread->{'title'};
%= $thread->{'date'};
%= $thread->{'author'};
%= $thread->{'body'};
% } else {
%= stash 'error';
% }