{{if eq .type "profile"}}
Nostr Public Key {{.npub}}
{{ if .metadata.Picture }}
{{end}} {{ if .metadata.About }}
{{end}}
{{end}} {{ if eq .type "note" }}
Nostr Event {{.nevent}}
{{ if .textImageURL }}
{{ else }}
{{ if .image }}
{{end}} {{ if .video }}
{{end}} {{end}}
{{end}} {{ if eq .type "address" }}
Nostr Address {{.naddr | escapeString }}
{{end}} {{ if eq .type "other" }}
Nostr Event {{.kindID }} - {{.kindDescription | escapeString }}
{{end}}