$def with (comments) $ last = None $for comment in comments: $if last != comment.linkID: $ last = comment.linkID $ link = comment.link

In $if not link.URL: "$link.title" $else: "$:link.URL_description"

$:comment.content

$ user = comment.user posted by $user.username $comment.ago() ago

(limited to the most recent $config.get('general', 'limit') comments)