Skip to content

Commit b1cf487

Browse files
Wrap long lines
1 parent 0c272c3 commit b1cf487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

page_creation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ to get your *new* lucky number!
262262

263263
http://localhost:8000/lucky/number
264264

265-
Now you may wonder where the Web Debug Toolbar has gone: that's because there is no ``</body>`` tag in the current template. You can add the body element yourself, or extend ``base.html.twig``, which contains all default HTML elements.
265+
Now you may wonder where the Web Debug Toolbar has gone: that's because there is
266+
no ``</body>`` tag in the current template. You can add the body element yourself,
267+
or extend ``base.html.twig``, which contains all default HTML elements.
266268

267269
In the :doc:`/templating` article, you'll learn all about Twig: how to loop, render
268270
other templates and leverage its powerful layout inheritance system.

0 commit comments

Comments
 (0)