diff --git a/templates/telegram_instant_view.html b/templates/telegram_instant_view.html index 727ec77..b73ecb2 100644 --- a/templates/telegram_instant_view.html +++ b/templates/telegram_instant_view.html @@ -29,15 +29,22 @@

{{ if not (eq "" .Subject) }} {{.Subject}} {{ else }} - {{.Metadata.ShortName}} on Nostr: {{ end }} + {{.Metadata.ShortName}} on Nostr: {{ end + }}

{{ if not (eq "" .ParentLink) }} -

in reply to {{ .ParentLink }}

- {{ else if not (eq "" .Summary) }} -

{{ .Summary }}

+ + {{ end }} + + {{ if not (eq "" .Summary) }} + {{ end }} - {{.Content}} + {{.Content}} {{ if not (eq "" .Subject) }} + + {{ end }}