Skip to content

Commit 3b142dd

Browse files
committed
Fix typo: side.bar.twig => sidebar.twig
1 parent a535ae0 commit 3b142dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/templating/namespaced_paths.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ called ``sidebar.twig`` in that directory, you can use it easily:
8080

8181
.. code-block:: jinja
8282
83-
{% include '@foo_bar/side.bar.twig' %}
83+
{% include '@foo_bar/sidebar.twig' %}

0 commit comments

Comments
 (0)