This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
tornado
mirror of
https://github.com/tornadoweb/tornado.git
Watch
1
Star
1
Fork
You've already forked tornado
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ff349f6c1
tornado
/
demos
/
websocket
/
templates
/
message.html
2 lines
91 B
HTML
Raw
Normal View
History
Unescape
Escape
Use autoescape in websocket chat demo.
2013-03-03 17:23:28 +00:00
<
div
class
=
"message"
id
=
"m{{ message["
id
"
]
}
}
"
>
{% module linkify(message["body"]) %}
<
/
div
>