#set( $comments = $entry.comments ) $dateFormatter.applyPattern("MMMMM dd, yyyy 'at' hh:mm aa z") #foreach( $comment in $comments ) $comment.name $comment.email $comment.url $dateFormatter.format($comment.postTime) $utilities.escapeHTML( $comment.content ) #end