We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b774a9c commit f3cec7fCopy full SHA for f3cec7f
book/page_creation.rst
@@ -393,8 +393,8 @@ and in the ``app`` directory:
393
<link rel="shortcut icon" href="<?php echo $view['assets']->getUrl('favicon.ico') ?>" />
394
</head>
395
<body>
396
- <?php $view['slots']->output('_content') ?>
397
- <?php $view['slots']->output('stylesheets') ?>
+ <?php $view['slots']->output('body') ?>
+ <?php $view['slots']->output('javascripts') ?>
398
</body>
399
</html>
400
0 commit comments