diff --git a/page_creation.rst b/page_creation.rst index c55c536b37e..bb7af3c9cbe 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -262,6 +262,10 @@ to get your *new* lucky number! http://localhost:8000/lucky/number +Now you may wonder where the Web Debug Toolbar has gone: that's because there is +no ```` tag in the current template. You can add the body element yourself, +or extend ``base.html.twig``, which contains all default HTML elements. + In the :doc:`/templating` article, you'll learn all about Twig: how to loop, render other templates and leverage its powerful layout inheritance system.