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

6 lines
168 B
Twig

{% props target -%}
<turbo-stream action="prepend" targets="{{ target }}" {{ attributes }}>
<template>{% block content %}{% endblock %}</template>
</turbo-stream>