Exemplo n.º 1
0
 def render(self, string, max_words=20):
     return truncate_words(string, max_words)
Exemplo n.º 2
0
 def render(self, string, max_words=20):
     return html_quote(truncate_words(string, max_words))
Exemplo n.º 3
0
 def render(self, string, max_words=20):
     return truncate_words(string, max_words)
Exemplo n.º 4
0
 def render(self, string, max_words=20):
     return html_quote(truncate_words(string, max_words))