forked-synapse/res/templates/room.html

7 lines
109 B
HTML
Raw Normal View History

2016-04-21 18:22:53 +00:00
<div class="room">
<h2>{{ room.title }}</h2>
<div>
Things have happened in this room
</div>
</div>