everybody. Where can I find documentation or examples on tornado.template features such as include set import and apply? They appear to be in source code but I can't find examples and it's hard for me to understand what they are for. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Joshua Inkenbrandt has a pretty decent writeup. It's not very in-depth, but it provides a lot of great examples. |
|||
|
|
|
Tornado templating is bundled with the Aspen web framework, and there is some documentation there: http://aspen.io/templating/ |
|||
|
|
|
The code is pretty well documented — I usually just use this page on GitHub: https://github.com/facebook/tornado/blob/master/tornado/template.py |
|||
|
|
|
I would try checking https://github.com/Introduction-to-Tornado/Introduction-to-Tornado and looking through |
|||
|
|