package partials import "fmt" templ Comment(params CommentProps) { {{ elementId := SanitiseHtmlId(fmt.Sprintf("comment-%s-%s", params.Comment.Did, params.Comment.Rkey)) }}
{ params.Comment.ProfileLevel }
{ params.Comment.CreatedAt.Format("2006-01-02") }@{ params.Comment.BskyProfile.Handle }
{ params.Comment.Body }