Measures Concepts
GitHub icon

tornado

tornado - Template language

< >

tornado is an open source template language created in 2009.

Source code:
git clone https://github.com/tornadoweb/tornado
#411on PLDB 15Years Old

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.


Example from the web:
<html> <head> <title>{{ title }}</title> </head> <body> <ul> {% for item in items %} <li>{{ escape(item) }}</li> {% end %} </ul> </body> </html>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout