Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

4 Answers

Joshua Inkenbrandt has a pretty decent writeup. It's not very in-depth, but it provides a lot of great examples.

http://joshink.com/posts/9

share|improve this answer

Tornado templating is bundled with the Aspen web framework, and there is some documentation there: http://aspen.io/templating/

share|improve this answer

The code is pretty well documented — I usually just use this page on GitHub:

https://github.com/facebook/tornado/blob/master/tornado/template.py

share|improve this answer

I would try checking https://github.com/Introduction-to-Tornado/Introduction-to-Tornado and looking through template_basic examples.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.