{{define "content"}}

User Profile

Profile Picture

{{.Username}}

Role: {{.Role}}

Bio: {{.Bio}}

{{if .IsOwner}}

Share a Confession

{{else}}

Bio

{{.Bio}}

{{end}}

Confessions

{{range .Confessions}}

{{.Content}}

Confessed on {{.CreatedAt}} {{if $.IsOwner}} {{end}}
{{else}}

No confessions yet.

{{end}}
{{end}}