Stacey2
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 references to the files within the /templates/partials directory (ie. :navigation).