API Reference solid v0.15.2
Modules
Main module to interact with Solid
An Argument can be a field that will be inside the context or a value (String, Integer, etc)
Default file system that raise error on call
Expression evaluation for the following binary operators:
== != > < >= <=
Also combine expressions with and
, or
A Solid file system is a way to let your templates retrieve other templates for use with the include tag.
Standard filters
Conveniences for generating HTML.
This implements an abstract file system which retrieves template files named in a manner similar to Liquid. ie. with the template name prefixed with an underscore. The extension ".liquid" is also added.
Liquid objects are arguments with filter(s) applied to them
This module define behaviour for tags.
If and Unless tags