Simplero Liquid Documentation
Simplero gives you all the tools you need to build and grow a successful online education business all in one place.
This documentation describes the object and methods available when you customize the theme of your Simplero site.
Simplero themes are written in Liquid version 5.
If you have any questions, create an issue in this repository.
Drops
Drops are objects that we provide to the templates that give info on the current context (e.g. site, forum, member, etc.) Not all types of drops will be available from all contexts; see the documentation for each drop for further info on how to access the data.
Filters
Filters perform transformations on data. Liquid provides built-in filters, but we have added additional ones.
Tags
Tags implement more complex behaviour. Liquid provides built-in tags, but we have added additional ones.