django template truncate code example
Example 1: truncate templat tag django
{{ value|truncatechars:9 }}
Example 2: django template truncate html
{% now "Y" as current_year %}
{% blocktranslate %}Copyright {{ current_year }}{% endblocktranslate %}