Smol text template change

This commit is contained in:
swaggboi 2023-11-25 12:41:45 -05:00
parent 7b6ed129c9
commit 9c157c0b4d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
%# 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 #<%= $remark->{'id'} %>
%= $remark->{'date' };
%== $remark->{'author'} . "\n";
%== $remark->{'body' };

View File

@ -3,7 +3,7 @@
%# will prevent some editors from auto-indenting the next line, hence
%# the '#=' comment at the end of some lines.
% if (keys %{$thread}) { #=
%= $thread->{'id' };
Thread #<%= $thread->{'id'} %>
%= $thread->{'date' };
%== $thread->{'title' };
%== $thread->{'author'} . "\n";