From f34226425e3a2b50749e52f17e74b1bf40246043 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Sat, 22 Jul 2017 18:41:53 -0700 Subject: [PATCH] add jinja2-sanic --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 92b61f8c..5643f4fc 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -24,3 +24,4 @@ A list of Sanic extensions created by the community. - [Sanic-RestPlus](https://github.com/ashleysommer/sanic-restplus): A port of Flask-RestPlus for Sanic. Full-featured REST API with SwaggerUI generation. - [sanic-transmute](https://github.com/yunstanford/sanic-transmute): A Sanic extension that generates APIs from python function and classes, and also generates Swagger UI/documentation automatically. - [pytest-sanic](https://github.com/yunstanford/pytest-sanic): A pytest plugin for Sanic. It helps you to test your code asynchronously. +- [jinja2-sanic](https://github.com/yunstanford/jinja2-sanic): a jinja2 template renderer for Sanic.([Documentation](http://jinja2-sanic.readthedocs.io/en/latest/))