Open derkork opened 2 years ago
consider this code in a template
{% include 'templates/foo.j2' %} ....
If you change nothing else but the contents of foo.j2 then incremental templating will not re-render the template, but it should.
foo.j2
consider this code in a template
If you change nothing else but the contents of
foo.j2
then incremental templating will not re-render the template, but it should.