{{ template "base-2024.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ .ProfileUser.Name }}'s Avatar
{{ .ProfileUser.Name }}
{{ with or .ProfileUser.Bio .ProfileUser.Blurb }}
{{ . }}
{{ end }} {{ if .FollowUrl }} {{ if .Following }}Unfollow{{ else }}Follow{{ end }} {{ end }}
{{ if .ProfileUser.Email }}
Email
{{ end }} {{ range .ProfileUserLinks }}
{{ .Name }}
{{ end }}
Member since
{{ if .User }} {{ if .User.IsStaff }}
Admin actions
Unlock
{{ csrftoken .Session }}
Only sets status. Doesn't delete anything.
{{ csrftoken .Session }}
{{ end }} {{ end }}
{{ if or .OwnProfile .ProfileUserProjects }}

{{ if .OwnProfile }}My {{ end }}Projects

{{ range .ProfileUserProjects }} {{ template "project_card.html" . }} {{ end }}
{{ if .OwnProfile }} {{ if .CanAddProject }} Add New Project {{ else }} You have reached the maximum number of personal projects. {{ end }} {{ end }}
{{ end }} {{ if or .OwnProfile (gt (len .TimelineItems) 0) }}

Recent Activity

{{ if .OwnProfile }} Add Snippet {{ end }}
{{ range .TimelineItems }} {{ template "timeline_item.html" . }} {{ end }}
{{ end }}
{{ if .User }} {{ template "snippet_edit.html" . }} {{ end }} {{ end }}