Skip to content

Commit 8e8da16

Browse files
authored
Update index.rst
1 parent 440060c commit 8e8da16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Turbo/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ Minimal layout for Turbo Frames
296296
The minimal layout for Turbo Frames was added in Turbo 2.22.
297297

298298
Since Turbo does not need the content outside of the frame, reducing the amount that is rendered can be a useful optimisation. There are cases where it would be useful for Turbo to have access to items specified in ``head``. To specify the heads, you must then use a minimal layout for frame, rather than no layout. it allows you to set ``meta`` tags while still having a minimal layout.
299+
299300
.. code-block:: html+twig
300301

301302
{% extends '@Turbo/frame.html.twig' %}

0 commit comments

Comments
 (0)