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

# {{.Title}}

by {{.Author.DisplayName}}

Published {{.PrintDate}}


{{if .BlogHTML}} {{.BlogHTML}} {{else}}

No content.

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