summary refs log tree commit diff
path: root/res/templates/room.html
blob: ef36b4ee584a93fb383ebed487b72fa8ccff8a91 (plain) (blame)
1
2
3
4
5
6
<div class="room">
  <h2>{{ room.title }}</h2>
  <div>
    Things have happened in this room
  </div>
</div>