update default template

This commit is contained in:
Simon Vieille 2022-03-01 16:16:50 +01:00
parent 165e3a723f
commit 42511199e4

View file

@ -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')`