0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 04:38:57 +02:00
synapse/res/templates/room.html
2016-04-21 19:22:53 +01:00

7 lines
109 B
HTML

<div class="room">
<h2>{{ room.title }}</h2>
<div>
Things have happened in this room
</div>
</div>