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

General Chat

{{range .Messages}}
{{if .PfpURL}} PFP {{else}}
{{end}} {{.Username}} {{.Timestamp.Format "02/01/2006 15:04"}}
{{if gt .ReplyTo 0}}
Replying to {{.Username}}
{{end}}
{{.Content | html}}
Reply
{{end}}
Replying to
{{template "cookie_banner" .}} {{end}}