Not sure that's true. `Template`s don't provide a `__str__` function, so you need to pass them to a processing function to get a `str` back.
https://peps.python.org/pep-0750/#no-template-str-implementa...