All custom pages in the store.
Using this object alone won't produce any output. It must be used with the get filter.
Pass the page handle to return the corresponding page object.
{{#var page = all_pages | get("privacy-policy") /}}{{#link_to page.url}} {{page.title}}{{/link_to}}