6 lines
223 B
Twig
6 lines
223 B
Twig
{% props target, morph = false -%}
|
|
|
|
<turbo-stream action="replace" targets="{{ target }}"{% if morph %} method="morph"{% endif %} {{ attributes }}>
|
|
<template>{% block content %}{% endblock %}</template>
|
|
</turbo-stream>
|