From ac46a61d405d4b2663514c1fb8d8f3548406f536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 27 Oct 2015 14:53:22 +0100 Subject: [PATCH] fix "the page display always the homepage" Renaming the block name from layout_content => content. --- Resources/views/layout.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index af1044d16..19b237b7c 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -25,7 +25,7 @@ {% endstylesheets %} {% endblock %} -{% block layout_content %} +{% block content %}
@@ -129,4 +129,4 @@
-{% endblock %} \ No newline at end of file +{% endblock content %} \ No newline at end of file