def trimmed_content(self): return truncate(self.content, 100)
def trimmed_title(self): return truncate(self.title, 25)