We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f7d41 commit 8709f97Copy full SHA for 8709f97
docs/cookbook/admin_panel/basic_operations.md
@@ -319,10 +319,8 @@ return static function (ContainerConfigurator $container): void {
319
{% endtab %}
320
{% endtabs %}
321
322
+{% code title="templates/book/show/content/body.html.twig" overflow="wrap" lineNumbers="true" %}
323
```twig
-{% raw %}
324
-{# templates/book/show/content/body.html.twig #}
325
-
326
{% set book = hookable_metadata.context.book %}
327
328
<div class="page-body">
@@ -336,8 +334,8 @@ return static function (ContainerConfigurator $container): void {
336
334
</div>
337
335
338
339
-{% endraw %}
340
```
+{% endcode %}
341
342
{% hint style="info" %}
343
Note that you can also [replace the default title](page_titles.md).
0 commit comments