DotLiquid.Exceptions |
DotLiquid.Properties |
DotLiquid.Tags |
DotLiquid.Tests |
Name | Description |
---|---|
Condition | Container for liquid nodes which conveniently wraps decision making logic Example: c = Condition.new('1', '==', '1') c.evaluate #=> true |
Context | |
Document | |
ElseCondition | |
RenderParameters | |
StandardFilters | |
StringExtensions | |
Variable | Holds variables. Variables are only loaded "just in time" and are not evaluated as part of the render stage {{ monkey }} {{ user.name }} Variables can be combined with filters: {{ user | link }} |