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

6 lines
222 B
Twig

{% props target, morph = false -%}
<turbo-stream action="update" targets="{{ target }}"{% if morph %} method="morph"{% endif %} {{ attributes }}>
<template>{% block content %}{% endblock %}</template>
</turbo-stream>