Checkout

Objects provide a way for outputting dynamic content on the page.


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_layout

Available for the layout file, contains the rendered page content for the layout.