Merge pull request #339 from lixxu/master

add sanic-jinja2 extension
This commit is contained in:
Raphael Deem 2017-01-23 23:46:26 -08:00 committed by GitHub
commit 049a5a7493

View File

@ -5,6 +5,7 @@ A list of Sanic extensions created by the community.
- [Sessions](https://github.com/subyraman/sanic_session): Support for sessions. - [Sessions](https://github.com/subyraman/sanic_session): Support for sessions.
Allows using redis, memcache or an in memory store. Allows using redis, memcache or an in memory store.
- [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors. - [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors.
- [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template.
**Previous:** [Testing](testing.md) **Previous:** [Testing](testing.md)