@@ -283,7 +283,7 @@ With content:
283
283
A placeholder.
284
284
</twig:Turbo: Frame>
285
285
286
-
286
+ {# renders as: #}
287
287
<turbo-frame id="the_frame_id" src="https://example.com/block">
288
288
A placeholder.
289
289
</turbo-frame>
@@ -1050,7 +1050,7 @@ Meta Tags
1050
1050
~~~~~~~~~
1051
1051
1052
1052
turbo_exempts_page_from_cache
1053
- ...............................
1053
+ .............................
1054
1054
1055
1055
.. code-block :: twig
1056
1056
@@ -1059,7 +1059,7 @@ turbo_exempts_page_from_cache
1059
1059
Generates a <meta> tag to disable caching of a page.
1060
1060
1061
1061
turbo_exempts_page_from_preview
1062
- .................................
1062
+ ...............................
1063
1063
1064
1064
.. code-block :: twig
1065
1065
@@ -1068,7 +1068,7 @@ turbo_exempts_page_from_preview
1068
1068
Generates a <meta> tag to specify cached version of the page should not be shown as a preview on regular navigation visits.
1069
1069
1070
1070
turbo_page_requires_reload
1071
- ............................
1071
+ ..........................
1072
1072
1073
1073
.. code-block :: twig
1074
1074
@@ -1077,7 +1077,7 @@ turbo_page_requires_reload
1077
1077
Generates a <meta> tag to force a full page reload.
1078
1078
1079
1079
turbo_refreshes_with
1080
- ............................
1080
+ ....................
1081
1081
1082
1082
.. code-block :: twig
1083
1083
@@ -1091,7 +1091,7 @@ turbo_refreshes_with
1091
1091
Generates <meta> tags to configure both the refresh method and scroll behavior for page refreshes.
1092
1092
1093
1093
turbo_refresh_method
1094
- ......................
1094
+ ....................
1095
1095
1096
1096
.. code-block :: twig
1097
1097
@@ -1103,7 +1103,7 @@ turbo_refresh_method
1103
1103
Generates a <meta> tag to configure the refresh method for page refreshes.
1104
1104
1105
1105
turbo_refresh_scroll
1106
- ......................
1106
+ ....................
1107
1107
1108
1108
.. code-block :: twig
1109
1109
0 commit comments