Skip to content

Commit ce61ca6

Browse files
seb-jeanKocal
authored andcommitted
Create Frame.html.twig
1 parent 4577fe3 commit ce61ca6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% props id -%}
2+
3+
<turbo-frame id="{{ id }}" {{- attributes }}>
4+
{%- if block('content') is not empty -%}
5+
{% block content %}{% endblock %}
6+
{%- endif -%}
7+
</turbo-frame>

0 commit comments

Comments
 (0)