diff --git a/components/cardtable.html b/components/cardtable.html
new file mode 100644
index 0000000..6609337
--- /dev/null
+++ b/components/cardtable.html
@@ -0,0 +1,10 @@
+{{define "cardtable"}}
+
+
+
+ {{range .Room.Cards}}
+ {{template "cardword" .}}
+ {{end}}
+
+
+{{end}}
diff --git a/components/cardword.html b/components/cardword.html
index 2f23e3e..7d8e91a 100644
--- a/components/cardword.html
+++ b/components/cardword.html
@@ -1,13 +1,29 @@
{{define "cardword"}}
- {{.Word}}
+{{else}}
+
+ {{.Word}}
+
+{{end}}
{{end}}
diff --git a/components/index.html b/components/index.html
index 5b2eb57..fe83049 100644
--- a/components/index.html
+++ b/components/index.html
@@ -46,24 +46,26 @@
- Word Color Cards
-
- {{range $word, $color := .}}
-
- {{$word}}
-
- {{end}}
-
+
+ {{template "room" .}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+