Variable Types

There are three type of variables within Stacey’s templating system:

Variables

Constructed from the contents of the page’s .yml file and supplemented by Stacey (ie. page.page_name).

Collections

Collections of assets or pages that can be looped over (ie. page.children).

Partials

Shorthand reference to include files from within the /templates/partials directory (ie. partials/navigation).