Hello everyone,
is there a way to check if a custom tag is available when rendering a template? My use case is to add {% csp_nonce_attr %} to a third party app which should be compatible with Django-versions prior to 6.1 - so plainly including it is not an option.
Are there any generic hints how to achieve compatibility here?
Thanks,
prauscher