Currently it is possible to use this: ``` html {count($foo)} ``` It would be nice to have common helper for this: ``` html {$foo|count} ``` Maybe all PHP functions could be used as a helper...