webroot/vendor/symfony/ux-turbo/templates/components/Stream/Refresh.html.twig

4 lines
165 B
Twig

{% props requestId = null -%}
<turbo-stream action="refresh"{% if requestId is not null %} request-id="{{ requestId }}"{% endif %} {{ attributes }}></turbo-stream>