diff --git a/src/index.pug b/src/index.pug
index 9f420ab92f4cad011883c7d9ae965f8e12c1f574..7d9df65412e6422237a437e0a8afc7208dc12625 100644
--- a/src/index.pug
+++ b/src/index.pug
@@ -107,6 +107,9 @@ html(lang="en")
               if component.type == "about"
                 include views/page-about.pug
 
+              if component.type == "rocketchat"
+                include views/page-rocketchat.pug
+
               if component.type == "chat"
                 .whitespace-normal
                   orbit-reactivity(bind-user nested-field='inbox' target-src="store://user.contacts.@id")