{{define "head"}} {{.Title}} - ari melody 💫 {{end}} {{define "content"}}

{{.Title}}

Posted by {{.AuthorID}} @ {{.PrintDate}}


{{.HTML}}

🔁 {{.Reposts}} Bluesky 🦋 Mastodon 🐘
{{range .Comments}} {{template "comment" .}} {{end}}
{{end}} {{define "comment"}}

{{.Post.Record.Text}}

{{if .Post.HasImage}}

{{range .Post.Embed.Media.Images}} [image] {{end}}

{{end}}
{{range .Replies}} {{template "comment" .}} {{end}}
{{end}}