{{ 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 eq 1 0 }}

Add Snippets

Show us what you're working on.
You can upload videos, images, and audio clips.
Your snippets may appear on the showcase page.
{{ end }} {{ if gt (len .TimelineItems) 0 }}

Recent Activity

{{ range .TimelineItems }} {{ template "timeline_item.html" . }} {{ end }}
{{ end }}
{{ end }}