add sanic-jinja2 extension

This commit is contained in:
Lix Xu 2017-01-24 15:34:32 +08:00 committed by GitHub
parent 1f89b15792
commit a9ee01c7ec

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)