{{define "main"}}
Contents of this box will be updated in real time with every SSE message received from the chatroom.
{{ if not . }} {{template "login"}} {{ else if eq .State.RoomID "" }}

Hello {{.State.Username}}

{{template "roomlist" .List}}
{{else}}
{{template "room" .}}
{{end}} {{end}}