{# Embedded event card component #}
{% if author %} {% if author.image is defined %} {{ author.name }} {% endif %}
{{ author.name ?? 'Anonymous' }} {% if author.nip05 is defined %} {{ author.nip05 }} {% endif %}
{% endif %}
{{ event.created_at|date('M j, Y H:i') }}
{{ event.content|markdown_to_html|mentionify }}