Is there something similar to Django's [`with`](https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#with) tag to store result of complex or expensive methods for use in the template multiple times?
Is there something similar to Django's
withtag to store result of complex or expensive methods for use in the template multiple times?