aboutsummaryrefslogtreecommitdiffstats
path: root/templates/room/list.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/room/list.tera')
-rw-r--r--templates/room/list.tera13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/room/list.tera b/templates/room/list.tera
new file mode 100644
index 0000000..fddad57
--- /dev/null
+++ b/templates/room/list.tera
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Room list</title>
+</head>
+<body>
+<h1>Rooms</h1>
+
+{% if rooms | length <= 0%}
+No rooms defined.
+{% endif %}
+</body>
+</html>