Comments

% for(c in `{ls $comments_dir/}) { % if(test -s $c/body) {
By: %(`{cat $c/user}%) (%(`{cat $c/posted}%))
% cat $c/body | escape_html | sed 's,$,
,'
% } % }