{{define "chat"}} {{.Title}} {{template "navbar" .}}

{{.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
{{template "cookie_banner" .}} {{end}}