{{ template "base.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ if or .OwnProfile .ProfileUserProjects }}

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

{{ range .ProfileUserProjects }}
{{ template "project_card.html" projectcarddata . "" }}
{{ 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 }}