% if (! ~ $#sidebar 0) { % }
% genbody % if (! ~ $#allowComments 0) { %{ cdir = $body.md_werc/comments if (test -d $cdir) { echo '

Comments

' for(c in `{ls $cdir}) { parse_rec $c echo '
' echo User: $rec_user_name '
' echo $rec_data | escape_html | sed 's,$,
,' echo '
' } } %}
% }