<% from chatroom import ChatRoom %> <% our_room = ChatRoom.For( chat_room_name ) %> %for message in our_room.history:
  • ${message['command']}
    ${message['sage'].strip()}
  • %endfor