{{ template "base.html" . }} {{ define "content" }}
{{ with .ProfileUserProjects }}

Projects

{{ range . }}
{{ template "project_card.html" projectcarddata . "" }}
{{ end }}
{{ end }} {{ if gt (len .TimelineItems) 0 }}

Recent Activity

{{ if gt .NumForums 0 }}
{{ end }} {{ if gt .NumBlogs 0 }}
{{ end }} {{ if gt .NumWiki 0 }}
{{ end }} {{ if gt .NumLibrary 0 }}
{{ end }} {{ if gt .NumSnippets 0 }}
{{ end }}
{{ range .TimelineItems }} {{ template "timeline_item.html" . }} {{ end }}
{{ end }}
{{ end }}