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

6 lines
166 B
Twig

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