Jinja Wordcount: filter function to count words in a string
n A Comprehensive Guide to Jinja2’s wordcount Filter nJinja2’s wordcount filter is a simple yet effective tool for getting a quick metric on the length of a text string. It’s particularly useful for tasks like providing an estimated reading time for articles, enforcing character or word limits on user-submitted content, or simply for gathering data…
