About The Filter Template Tag

You can apply template filters to rendered content using the {% filter %} template tag, for example:

1
2
3
{% filter urlizetrunc:35 %}
    {% include "misc/includes/about-us.html" %}
{% endfilter %}

Tips and Tricks Programming Web Design Django 4.2 Django 3.2 Django 2.2 Django 1.11 Django 1.8