{{define "chat"}}{{template "base" .}}{{end}} {{define "chat-content"}}
Home Boards {{.Board.Name}}
Connecting...

{{.Board.Name}}

{{.Board.Description}}

...
{{range .Messages}}
{{if .PfpFileID.Valid}} PFP {{else}}
{{end}} {{.Username}} {{.Timestamp.Format "02/01/2006 15:04"}}
{{if gt .ReplyTo 0}}
Replying to message...
{{end}}
{{.Content}}
Reply
{{end}}
Replying to
{{end}}