{{ define "fragments/comment/reply" }}
{{ template "user/fragments/picHandleLink" .LoggedInUser.Did }} {{ template "fragments/markdownEditor" (dict "Name" "body" "BlobName" "blob" "Rows" 3 "AutoFocus" true "Placeholder" "Leave a reply...") }} {{ template "replyActions" . }}
{{ end }} {{ define "replyActions" }}
{{ template "cancel" . }} {{ template "reply" . }}
{{ end }} {{ define "cancel" }} {{ end }} {{ define "reply" }} {{ end }}