{{ define "title" }}{{ .Data.event.Title }}{{ end }} {{ define "content" }} {{ $authedContact := .Data.authedContact }} {{ $authedRSVP := .Data.authedRSVP }} {{ with .Data.event }} {{ if and $authedContact $authedRSVP.ID }}
{{ $authedContact.Name }}, you have been invited to...
{{ $.Data.countGoing }} {{ if eq $.Data.countGoing 1 }}person is{{ else }}people are{{ end }} going:
{{ end }}{{ $.Data.countInvited }} invited.