diff --git a/templates.rst b/templates.rst
index 151ac5f71be..e895b4a6df3 100644
--- a/templates.rst
+++ b/templates.rst
@@ -304,10 +304,10 @@ You can now use the ``asset()`` function:
.. code-block:: html+twig
{# the image lives at "public/images/logo.png" #}
-
+
{# the CSS file lives at "public/css/blog.css" #}
-
+
{# the JS file lives at "public/bundles/acme/js/loader.js" #}
@@ -332,7 +332,7 @@ as follows:
.. code-block:: html+twig
-
+
@@ -973,7 +973,7 @@ following code to display the user information is repeated in several places:
{# ... #}