{{define "head"}} {{.Title}} - ari melody 💫 {{end}} {{define "content"}}
{{if ne .BlueskyURL ""}}
🔁 {{.Reposts}}

join the conversation on Bluesky 🦋

{{range .Comments}} {{template "comment" .}} {{end}}
{{end}}
{{end}} {{define "comment"}}

{{.Post.Record.Text}}

{{if .Post.HasImage}}

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

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