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