Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Object handles

Handles are used to access the attributes of Liquid objects. By default, a handle is the object’s title in lowercase with any spaces and special characters replaced by hyphens (-). Some objects in EasyShop (collections, navigations) have handles.

For example, a navigation with the title “Main” can be accessed in Liquid via its handle main as shown below:

<!-- the content of the About Us page -->
{{ navigations.main.links }}