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