We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735f4d1 commit 1058a36Copy full SHA for 1058a36
aiohttp_jinja2/__init__.py
@@ -82,7 +82,7 @@ def wrapped(*args):
82
context = yield from coro(*args)
83
if isinstance(context, web.StreamResponse):
84
return context
85
-
+
86
request = args[-1]
87
response = render_template(template_name, request, context,
88
app_key=app_key, encoding=encoding)
0 commit comments