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

Comments

' for(c in `{ls $cdir/}) { %}
% echo By: `{cat $c/user}
% cat $c/body | escape_html | sed 's,$,
,'
%{ } } %}

% if(! check_user) { User: Password: If you are not registered enter your desired user/password and your account will be created when your comment is approved. % }
% }