There are two types of objects in Finqu, content objects and global objects. Any object property can be displayed on the page with the following Liquid syntax {{ object.property }}
.
Global objects
You can find all the globally available data from global object documentation.
Content objects
Special variables that contain content for the certain parts of your theme.
content_for_header
Contains all the user and Finqu added scripts, meta tags and styles. All themes must include this.
content_for_index
Available in templates and contains the added sections for that template.
content_for_layout
Available for the layout file, contains the rendered page content for the layout.