Stacey
Variable Types
There are three type of variables within stacey’s templating system:
- @variables
- constructed from the contents of the page’s .txt file and supplemented by stacey (ie. @page_name).
- $collections
- collections of assets or pages that can be looped over (ie. $children).
- :partials
- shorthand reference to include files from within the /templates/partials directory (ie. :navigation).