def get_excerpt(self): return truncatewords( embed_videos( html.unescape(striptags(self.content)), strip=True ), 55 )