Tornado – Template – Extends

With the background of Tornado-Templates let's solve bigger problems in web development. It maybe less complex to change welcome messages or usernames on a home page of the website, but it's not so easy to cater to customization. For instance, gmail web client provides Settings and Themes that are customized for users. Even thought the … Continue reading Tornado – Template – Extends

Tornado – Templates – Run time and Cached

Website development often calls for reuse of pages. For instance, when you open your Citibank account after login the welcome page you see is same what other bank customers see but its customized with your name and settings. Do you think Citi creates so many web pages for all its customers? Well, they use, what's … Continue reading Tornado – Templates – Run time and Cached