{% extends 'layout.html.twig' %} {% block body %}
{{ address }}
{{ author.lud16 }}
{% endif %}
{{ lnurl }}
{{ author.lud06 }}
{% endif %}
{{ pubkey }}
{{ npub }}
{{ rawEvent.id ?? 'N/A' }}
{{ rawEvent.created_at ?? 'N/A' }} ({{ rawEvent.created_at is defined ? rawEvent.created_at|date('Y-m-d H:i:s') : 'N/A' }})
{{ rawEvent.tags is defined ? rawEvent.tags|json_encode(constant('JSON_PRETTY_PRINT')) : '[]' }}
{{ rawEvent.content ?? '{}' }}
{{ rawEvent.sig ?? 'N/A' }}
{{ rawEvent|json_encode(constant('JSON_PRETTY_PRINT')) }}