5 ms·
Django 1.5 introduced {% verbatim %} {% endverbatim %} which takes care of what you describe. https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:
by abibibo 13y ago
Django 1.5 introduced {% verbatim %} {% endverbatim %} which takes care of what you describe.
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:templatetag-verbatim https://docs.djangoproject.com/en/dev/ref/templates/builtins...