2023-06-27 06:28:23 +00:00
|
|
|
%# 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}) { #=
|
2023-11-25 17:41:45 +00:00
|
|
|
Remark #<%= $remark->{'id'} %>
|
2023-06-27 06:57:24 +00:00
|
|
|
%= $remark->{'date' };
|
|
|
|
%== $remark->{'author'} . "\n";
|
|
|
|
%== $remark->{'body' };
|
2023-06-27 06:28:23 +00:00
|
|
|
% } else { #=
|
|
|
|
%= stash 'error';
|
|
|
|
% } #=
|