{{ define "repo/pulls/fragments/pullNewComment" }}
{{ template "user/fragments/picHandleLink" .LoggedInUser.Did }}
{{ template "replyActions" . }}
{{ end }} {{ define "replyActions" }}
{{ template "cancel" . }} {{ template "reply" . }}
{{ end }} {{ define "cancel" }} {{ end }} {{ define "reply" }} {{ end }}