def add_comment(self, author, raw_content, link = ''):
c = Comment(self, len(self.comments))
c.set(author, raw_content, link)
def add_comment(self, author, raw_content, link = ''):
c = Comment(self, len(self.comments))
c.set(author, raw_content, link)