{{ define "main-content" }}
{{/* This is dynamic table, updated from SSE */}}
{{ block "simpleRoomShow" .Room }}
{{ template "roomPeople" . }}
{{ end }}
{{/* This is personal hand controls */}}
{{ block "controls" .Gestures }} {{ range . }} {{/* expects routes.GestureData */}} {{ end }} {{ end }}
{{ end }}