% cdir = $local_path^'_werc/comments' % if(test -d $cdir) {

Comments

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

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