{{template "head.html" .}} {{template "top.html" .}}
{{.createdAt | escapeString}}
{{ if .parentNevent }}
In reply to {{ printf "%s%s" "nostr:" .parentNevent | escapeString | basicFormatting }}
{{ end }}
{{ if (not (eq .subject ""))}}

{{.subject | escapeString}}

{{ end }} {{ if (or (eq .kindID 30023) (eq .kindID 30024))}} {{.content | mdToHTML }} {{ else }} {{.content | escapeString | basicFormatting }} {{ end }}
Author Public key
{{.npub | escapeString}}
{{template "details.html" .}}
{{template "column_clients.html" .}}
{{template "footer.html"}}