h2o-php icon indicating copy to clipboard operation
h2o-php copied to clipboard

Combine Tags result with Filters

Open macedd opened this issue 11 years ago • 0 comments

I`m not sure if this is possible within django, but would be good to combine the result of a Tag call with a Filter callback.

{% add number1, number2 | currency_format %}

or even using nested calls wich open a whole lot of possibilities

{{ {% add number1, number2 %}  | currency_format }}

macedd avatar Jul 23 '14 16:07 macedd