# Comments
with map.submapper(controller='comments') as sub:
sub.connect('/*owner_url/comments', action='thread')
# Comments
with map.submapper(controller='comments') as sub:
sub.connect('/*owner_url/comments', action='thread')
sub.connect('/*owner_url/comments/{id}/reply_done', action='reply_done', **require_POST)
with map.submapper(controller="art") as sub:
sub.connect('/*owner_url/comments/{id}/reply_done', action='reply_done', **require_POST)
with map.submapper(controller="art") as sub: