Skip to content

Commit 423cfa8

Browse files
committed
minor #10522 Fix base.html.twig path (quentint)
This PR was merged into the 3.4 branch. Discussion ---------- Fix base.html.twig path To match Symfony 3.4 structure, as seen here: https://symfony.com/doc/3.4/templating.html Commits ------- b572928 Fix base.html.twig path
2 parents 15957db + b572928 commit 423cfa8

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)