{% extends 'layout.html.twig' %} {% block title %}Nostr Event{% endblock %} {% block body %}
{% if author %} {% if author.image is defined %} {{ author.name }} {% endif %}
{% endif %}
{{ event.created_at|date('F j, Y - H:i') }}
{% if nostrLinks is defined and nostrLinks|length > 0 %} {% endif %}
{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}