aboutsummaryrefslogtreecommitdiffstats
path: root/templates/room/list.tera
blob: fddad57c9ce052a7f007576c9cd237da52da91fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>Room list</title>
</head>
<body>
<h1>Rooms</h1>

{% if rooms | length <= 0%}
No rooms defined.
{% endif %}
</body>
</html>