PostText/templates/remark/by_id.txt.ep
2023-06-27 02:57:24 -04:00

13 lines
419 B
Plaintext

%# Because this is a text template (vs HTML) the whitespace is
%# significant. Ending a line of embedded Perl with an equal sign
%# will prevent some editors from auto-indenting the next line, hence
%# the '#=' comment at the end of some lines.
% if (keys %{$remark}) { #=
%= $remark->{'id' };
%= $remark->{'date' };
%== $remark->{'author'} . "\n";
%== $remark->{'body' };
% } else { #=
%= stash 'error';
% } #=