I use jade in the project nodejs
Unable to determine how to define filters.
I have categories that I want to display in the selection box, lowercase and uppercase.
select
each cat in categories
option(value="lowercase(#{cat})") uppercase(
any idea?
source
share