{{template "shellTop" "chat"}}

Chat

{{if .Error}}
{{.Error}}
{{end}}
{{range .Messages}}
{{if eq .Role "user"}}you{{else}}maven{{end}}: {{.Text}}{{if .Source}} {{.Source}}{{end}}
{{else}}
start a conversation
{{end}}
{{template "shellBottom"}}