Template Functions
Gurli has template functions in the categories below, and these are available in all supported template systems.
- Slices related template functions → These functions are provided prefixed with slices;
- Date related template functions → These functions are provided prefixed with date;
- Path related template functions → These functions are provided prefixed with filepath;
- Format related template functions → These functions are provided prefixed with format;
- Math related template functions → These functions are provided prefixed with math;
- Misc related template functions → These functions are provided prefixed with misc;
- String related template functions → These functions are provided prefixed with strings;
- URL related template functions → These functions are provided prefixed with url.
These functions are provided prefixed with the given namespace, so that there are no clashes, for example, the function UpperCase in the strings namespace is named as strings_UpperCase
in gurli.
More functions might become eventually available…