Closed dantti closed 3 years ago
This would be really helpful with include:
https://docs.djangoproject.com/en/1.11/ref/templates/builtins/#include
{% include "name_snippet.html" with person="Jane" greeting="Hello" %}
Cherry-picked your change from cutelee
This {% with alpha=1 beta=2 %} is not supported atm: https://docs.djangoproject.com/en/1.9/ref/templates/builtins/#with