Skip to content

Commit 7e51311

Browse files
Update README.rst
1 parent 5bc4718 commit 7e51311

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
aiohttp_jinja2
22
==============
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.
8+
39
.. image:: https://travis-ci.org/aio-libs/aiohttp-jinja2.svg?branch=master
410
:target: https://travis-ci.org/aio-libs/aiohttp-jinja2
511
.. image:: https://codecov.io/gh/aio-libs/aiohttp-jinja2/branch/master/graph/badge.svg

0 commit comments

Comments
 (0)