{{ define "user/fragments/followCard" }} {{ $userIdent := resolve .UserDid }}
{{ $userIdent }}
{{ if and .LoggedInUser (ne .FollowStatus.String "IsSelf") }}
{{ template "user/fragments/follow" (dict "UserDid" .UserDid "FollowStatus" .FollowStatus) }}
{{ end }}
{{ end }}