From bdada478ab1b74ff0aa1a6b606f8bbd0c31cff79 Mon Sep 17 00:00:00 2001 From: BT643 Date: Fri, 29 May 2015 20:39:37 +0100 Subject: [PATCH] Text in index.html.twig for The Big Picture wrong The text in the standard "index.html.twig" on "The Big Picture" documentation for the "Templates" section is wrong and needs updating. The documentation shows: "

Welcome to Symfony!

" but the actual file (by default) has "Homepage.". Nothing major but a bit misleading and confusing for a brand new user. --- quick_tour/the_big_picture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 67669f44c3c..baea4a4d5b7 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -254,7 +254,7 @@ you'll see the following code: {% extends 'base.html.twig' %} {% block body %} -

Welcome to Symfony!

+ Homepage. {% endblock %} This template is created with `Twig`_, a new template engine created for