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

# {{.Title}}

by {{.Author.Username}} {{.Author.Username}}'s avatar

posted {{.PrintDate}}{{if .ModifiedAt.Valid}} • updated {{.PrintModifiedDate}}{{end}}


{{.HTML}}
{{if ne .BlueskyURL ""}}

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}}