{{define "user_home"}} {{template "meta_tags" .Username}} {{template "user_style" .}}
{{template "menu" .}}

Welcome home, {{.Username}}!

Actions

Your most recently uploaded files:

{{$files := .PixelAPI.UserFiles 0 18}} {{range $files.Files}} {{.Name}} {{.Name}}
{{.DateUpload.Format "2006-01-02 15:04:05"}}
{{end}}
...All my files

Your most recently created lists:

{{$lists := .PixelAPI.UserLists 0 18}} {{range $lists.Lists}} {{.Title}} {{.Title}} ({{.FileCount}} Files)
{{.DateCreated.Format "2006-01-02 15:04:05"}}
{{end}}
...All my lists
{{template "footer"}}
{{template "analytics"}} {{end}}