If I have a large body of text, e.g. a blog post, how could I display the entire first paragraph of each text on the blog's home page, instead of breaking it on a random letter in a random word with the following?
<p>{{ post.text|linebreaksbr|slice:":400" }}</p>