Skip to content

Commit b572928

Browse files
authored
Fix base.html.twig path
To match Symfony 3.4 structure, as seen here: https://symfony.com/doc/3.4/templating.html
1 parent 856482c commit b572928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ your layout. In Symfony, use the ``asset()`` helper:
8282

8383
.. code-block:: twig
8484
85-
{# templates/base.html.twig #}
85+
{# app/Resources/views/base.html.twig #}
8686
<!DOCTYPE html>
8787
<html>
8888
<head>

0 commit comments

Comments
 (0)