From b572928d10b07a307b8bcf2a0325218c8703cab1 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 19 Oct 2018 14:36:30 +0200 Subject: [PATCH] Fix base.html.twig path To match Symfony 3.4 structure, as seen here: https://symfony.com/doc/3.4/templating.html --- frontend/encore/simple-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 52ea25e6adb..cb5308dab1d 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -82,7 +82,7 @@ your layout. In Symfony, use the ``asset()`` helper: .. code-block:: twig - {# templates/base.html.twig #} + {# app/Resources/views/base.html.twig #}