Module

environment.filters._impl

Built-in filters for Kida templates.

Registry aggregating filter implementations from category submodules.

Filters transform values in template expressions using the pipe syntax:

{{ value | filter }} or {{ value | filter(arg1, arg2) }}