{{ 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 }} {{ if timelinepostitem . }}
{{ template "breadcrumbs.html" .Breadcrumbs }}
{{ .TypeTitle }}: {{ .Title }}
{{ .OwnerName }} — {{ timehtml (relativedate .Date) .Date }}
{{ else if timelinesnippetitem . }}

{{ .Description }}

{{ if snippetvideo . }}
{{ end }} {{ end }}
{{ end }}
{{ end }}