Files
herbarium/templates/comment/new.stream.html.twig
2024-06-10 20:56:02 +02:00

8 lines
211 B
Twig

{% block success_stream %}
<turbo-stream action="append" targets="#comments">
<template>
{{ include('comment/comment.html.twig') }}
</template>
</turbo-stream>
{% endblock %}