Guest User

Untitled

a guest
Feb 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {% import tornado.escape %}
  2. {% import time %}
  3. <div class="message">
  4. <small>{{ time.strftime('%H:%M:%S - %d.%m.%Y', time.localtime(message['time'])) }}</small>
  5. {{ tornado.escape.linkify(message['body']) }}
  6. </div>
Add Comment
Please, Sign In to add comment