Liquex.Parser.Object.object

You're seeing just the function object, go back to Liquex.Parser.Object module for more information.
Link to this function

object(combinator \\ empty())

View Source

Specs

Parses object. May contain arguments, literals, and filters.

It special cases space removing tags such as {{- and -}} to properly remove any spaces leading and trailing spaces if requested.

Examples

* "{{ 'hello world' }}"
* "{{ 5 + 5 }}"
* "{{ variable_a | at_most: 5 }}"
* "{{- my_array | sort -}}"