This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
python-gevent
mirror of
https://gitee.com/openkylin/python-gevent.git
Watch
9
Star
0
Fork
You've already forked python-gevent
0
Code
Issues
Projects
Releases
Wiki
Activity
upstream
python-gevent
/
examples
/
webchat
/
templates
/
message.html
2 lines
96 B
HTML
Raw
Permalink
Blame
History
<
div
class
=
"message"
id
=
"m{{ message.id }}"
>
<
b
>
{{ message.from }}:
<
/
b
>
{{ message.body }}
<
/
div
>
Reference in New Issue
View Git Blame
Copy Permalink