{{- /*gotype:llamachat.WebPageModel*/ -}} {{define "index"}} Llamachat
{{range .Conversation}} {{- /*gotype:llamachat.WebMessage*/ -}} {{block "message-frag" .}}
{{ .Content }}
{{end}} {{end}}
{{end}}