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

Welcome home, {{.Username}}!

Actions

Your most recently uploaded files:

{{$files := .PixelAPI.UserFiles 0 15}} {{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 15}} {{range $lists.Lists}} {{.Title}} {{.Title}} ({{.FileCount}} Files)
{{.DateCreated.Format "2006-01-02 15:04:05"}}
{{end}}
...All my lists


{{template "page_bottom" .}} {{template "analytics"}} {{end}}