TemplatesΒΆ

Tori Framework uses Jinja2 as the default template engine. It is to minimize the incompatibility between the syntax of the famous Django framework and the irregular syntax of Tornado’s default template engine in case of porting code and reduce the learning curve.

Project Versions

Previous topic

Object-relational Mapping (ORM)

Next topic

Web Socket

This Page