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

Profile

Username: {{.User.Username}}

Display Name: {{.DisplayName}}

{{if .User.PfpURL}} Profile Picture {{end}}

Bio: {{.User.Bio}}

Joined: {{.User.CreatedAt}}

Last Updated: {{.User.UpdatedAt}}

Verified: {{.User.Verified}}

Edit Profile
{{template "cookie_banner" .}} {{end}}