{{ if .info.Icon }}
{{end}} {{ if .info.Description }}
{{end}}
{{template "head_common.html" .}}
{{template "top.html" .}}
{{.info.Name | escapeString}}
{{.info.Name | escapeString}}
wss://{{.hostname | escapeString}}
{{.info.Description | escapeString | basicFormatting}}
{{if .info.PubKey}}
Public Key
{{.info.PubKey | escapeString}}
{{end}} {{if .info.Contact}}
Contact
{{.info.Contact | escapeString}}
{{end}}
Last Notes
{{range .lastNotes}}
{{.CreatedAt | escapeString}}
{{if not (eq .ParentNevent "")}}
- reply
{{end}}
by
{{.NpubShort}}
{{.Content | escapeString | previewNotesFormatting}}
{{end}}
{{template "column_clients.html" .}}
{{template "footer.html"}}