stencet
v0.1.16
Build C++ web server modules that allow easy routing and deployment.
|
Filters are invoked with a pipe (|) after a variable, and can be strung together:
first calls the 'default' filter with an argument of "none" on whatever value is in 'var', and then calls 'capfirst' on the output of that.
See Write Custom Filters for how to write custom filters.
List of built-in filters: