Example #1
0
 def trimmed_content(self):
   return truncate(self.content, 100)
Example #2
0
 def trimmed_title(self):
   return truncate(self.title, 25)