We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01839ab commit 47ed4afCopy full SHA for 47ed4af
src/Turbo/templates/components/Frame.html.twig
@@ -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