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 faffa57 commit 1e5c735Copy full SHA for 1e5c735
src/Turbo/templates/components/Frame.html.twig
@@ -1,7 +1,5 @@
1
{% props id -%}
2
3
<turbo-frame id="{{ id }}" {{- attributes }}>
4
- {%- if block('content') is not empty -%}
5
- {% block content %}{% endblock %}
6
- {%- endif -%}
+ {%- block content %}{% endblock -%}
7
</turbo-frame>
0 commit comments