diff --git a/page_creation.rst b/page_creation.rst index 2889e2b0b49..fb80b8ab8d7 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -201,7 +201,7 @@ If you're returning HTML from your controller, you'll probably want to render a template. Fortunately, Symfony comes with `Twig`_: a templating language that's easy, powerful and actually quite fun. -First, install Twig:: +First, install Twig: .. code-block:: terminal