We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6254bfc commit 12cd62eCopy full SHA for 12cd62e
cookbook/templating/namespaced_paths.rst
@@ -38,7 +38,7 @@ Registering your own namespaces
38
39
You can also register your own custom namespaces. Suppose that you're using
40
some third-party library that includes Twig templates that live in
41
-``vendor/acme/foo-project/templates``. First, register a namespace for this
+``vendor/acme/foo-bar/templates``. First, register a namespace for this
42
directory:
43
44
.. configuration-block::
@@ -75,7 +75,7 @@ directory:
75
));
76
77
The registered namespace is called ``foo_bar``, which refers to the
78
-``vendor/acme/foo-project/templates`` directory. Assuming there's a file
+``vendor/acme/foo-bar/templates`` directory. Assuming there's a file
79
called ``sidebar.twig`` in that directory, you can use it easily:
80
81
.. code-block:: jinja
0 commit comments