jinja_partials
jinja_partials copied to clipboard
Automatically add request to context if it's present.
Passing request
to render_partial
seems like a frequent pattern, at least in my usecases where I generate links using url_for()
. Maybe I'm doing something wrong :wink: It would be great if the request
was passed automatically.