diff --git a/tem/html/pages/mono.html b/tem/html/pages/mono.html
index 5f86b41..0071739 100644
--- a/tem/html/pages/mono.html
+++ b/tem/html/pages/mono.html
@@ -66,85 +66,97 @@
>degrees of freedom development -->
-
-
degrees of freedom development
-
-
-
-×
-
-
-
-
-
-∮
-
-
-
-
-projects
-xr based interfaces
-
-braille_xr
-
-
-
-
-
-moves
+
-
+{{ range $hash, $move := .Data.Moves }}
+
+
+
+
+
{{ $move.Name }}
+
see more
+
+{{ end }}
+
-
+games
+
+{{ range $hash, $game := .Data.Games }}
+
+
+
+
+
{{ $game.Name }}
+
see more
+
+{{ end }}
+
+
+projects
+
+{{ range $hash, $project := .Data.Projects }}
+
+{{ end }}
+
-
\ No newline at end of file
+
\ No newline at end of file