[Django]-Django template: smartly slice the HTML content

4👍

I guess you should use truncatechars_html filter for this
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#truncatechars-html

Leave a comment