Rendering Collections
#renderView(view='tags/comment',collection=rc.comments)#<h1>Title: #comment.Title# (#_counter# of #_items#</h1>
<p>Author: #comment.Author#</p>
#comment.Comment#
<hr/>#renderView(view='tags/comment',collection=rc.comments,collectionAs='MyComment')#<h1>Title: #MyComment.Title# (#_counter# of #_items#</h1>
<p>Author: #MyComment.Author#</p>
#MyComment.Comment#
<hr/>Last updated
Was this helpful?