Do the built-in jinja-filters work with this plugin? #253
-
Hello and thank you for this extremely useful plugin. I have a question regarding the built-in filters that Jinja2 has. I tried using them (e.g., Am I missing something? PS: In my config I'm just using: plugins:
- search
- macros PS2: I didn't find a similar discussion here, which surprised me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Put parentheses around 35/2 ? This worked for me: |
Beta Was this translation helpful? Give feedback.
-
Well that was an opportunity to test it for myself 👍 |
Beta Was this translation helpful? Give feedback.
Put parentheses around 35/2 ?
This worked for me:
{{ (-35.0/2) | abs }}