We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cba0f1 commit f2aad67Copy full SHA for f2aad67
cookbook/templating/namespaced_paths.rst
@@ -124,7 +124,7 @@ specific template doesn't exist.
124
'%kernel.root_dir%/../vendor/acme/themes/theme1' => 'theme',
125
'%kernel.root_dir%/../vendor/acme/themes/theme2' => 'theme',
126
'%kernel.root_dir%/../vendor/acme/themes/common' => 'theme',
127
- );
+ ),
128
));
129
130
Now, you can use the same ``@theme`` namespace to refer to any template located
0 commit comments