About The Filter Template Tag
You can apply template filters to rendered content using the {% filter %}
template tag, for example:
{% filter urlizetrunc:35 %}
{% include "misc/includes/about-us.html" %}
{% endfilter %}
Tips and Tricks Programming Web Design Django 5.x Django 4.2 Django 3.2
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.