ref: 350df2bfb6b0c77ca7f7d0fb5596a0a7b9c138bb
dir: /apps/bridge/comments_list.tpl/
<hr> <h2>Comments</h2> % for(c in `{ls $comments_dir/}) { % if(test -s $c/body) { <div class="comment"> <h5>By: <i>%(`{cat $c/user}%)</i></b> (%(`{cat $c/posted}%)) </h5> % cat $c/body | escape_html | sed 's,$,<br>,' <hr></div> % } % }