11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
% if (keys %{$thread}) {
|
||
|
%= $thread->{'id'};
|
||
|
%= $thread->{'title'};
|
||
|
%= $thread->{'date'};
|
||
|
%= $thread->{'author'};
|
||
|
|
||
|
%= $thread->{'body'};
|
||
|
% } else {
|
||
|
%= stash 'error';
|
||
|
% }
|