jinja
jinja copied to clipboard
with context imports/includes should cache per context
Right now if three templates down the line all import with context the same thing make_module is called a whole bunch of times. That might be worth caching if possible.
Evaluate that and try to figure out if make_module could be improved.