Render Partials
For the following template files:
// file: color.liquid |
The output will be:
color: '' shape: 'circle' |
More details please refer to the render tag.
The ".liquid" ExtensionThe “.liquid” extension in
layout,renderandincludean be omitted if Liquid instance is created usingextname: ".liquid"option. See the extname option for details.
Layout Templates (Extends)
For the following template files:
// file: default-layout.liquid |
The output of page.liquid:
Header |
More details please refer to the layout tag.