mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-18 05:44:26 +01:00
22 lines
862 B
HTML
22 lines
862 B
HTML
<div class="field {{if not ( or (eq .type "other") (eq .type "address"))}}advanced{{end}}">
|
|
<div class="label">Published at</div>
|
|
{{.createdAt | escapeString}}
|
|
</div>
|
|
|
|
<div class="field {{if not ( or (eq .type "other") (eq .type "address"))}}advanced{{end}}">
|
|
<div class="label">Kind type</div>
|
|
{{.kindID}}
|
|
{{ if not (eq .kindNIP "")}}
|
|
- <a href="https://github.com/nostr-protocol/nips/blob/master/{{.kindNIP | escapeString}}.md">{{.kindDescription | escapeString}}</a>
|
|
{{ end }}
|
|
</div>
|
|
|
|
<div class="field {{if not ( or (eq .type "other") (eq .type "address"))}}advanced{{end}}">
|
|
<div class="label">Nevent</div>
|
|
<div>{{.nevent | escapeString}}</div>
|
|
</div>
|
|
|
|
<div class="field {{if not ( or (eq .type "other") (eq .type "address"))}}advanced{{end}} boxed">
|
|
<div class="label">Event JSON</div>
|
|
<div class="json">{{.eventJSON}}</div>
|
|
</div> |