You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
aiohttp_jinja2
2
2
==============
3
+
4
+
5
+
**This is a fork of `aio-libs/aiohttp-jinja2#154<https://github.com/aio-libs/aiohttp-jinja2/pull/154>`_ which adds support for calling asyncio coroutines from jinja scripts.**
6
+
7
+
This feature is disabled by default, to enable it you must set enable_async=True when calling the setup function. This will set enable_async in the jinja2 Environment.
0 commit comments