Skip to content

Commit 2cae524

Browse files
seb-jeansmnandre
andauthored
Update src/Turbo/templates/components/Frame.html.twig
Co-authored-by: Simon André <smn.andre@gmail.com>
1 parent 53fe70e commit 2cae524

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% props id -%}
22

33
<turbo-frame id="{{ id }}" {{- attributes }}>
4-
{%- if block('content') is not empty -%}
5-
{% block content %}{% endblock %}
6-
{%- endif -%}
4+
{%- block content %}{% endblock -%}
75
</turbo-frame>

0 commit comments

Comments
 (0)