{{define "head"}} blog - ari melody 💫 {{end}} {{define "content"}}

# blog

thoughts from your local SPACEGIRL 💫


{{if eq (len .Collections) 0}}

there are no posts! 🍃

{{end}} {{range .Collections}}

{{.Name}}

{{range .Posts}}

{{.Title}}

{{.Author.Username}}'s avatar {{.Author.Username}} • {{.PrintDate}}

{{if ne .Description ""}}

{{.Description}}

{{end}}
{{end}} {{end}}
{{end}}