Hello, This is similar to str.format(), except that it is appropriate for building up HTML fragments. All args and kwargs are passed through conditional_escape() before being passed to str.format().
More info from the docs: https://docs.djangoproject.com/en/4.1/ref/utils/#module-django.utils.html