diff --git a/templates/base.html.twig b/templates/base.html.twig index 5e17d84..86fdb1a 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -30,6 +30,7 @@ - The current node is `_node` and its menu is `_menu` - The current navigation is `_navigation` - The current locale is `_locale` + - The CMS store is `_store` - Retrieve all navigations: `_store.navigations` - Retrieve a navigation by its code: `_store.navigation('the_code')`