Can we add a basic arithmetic to the number variables in a template?
For example having a variable
---
current_year: number
---
we could later use it as
{{current_year - 1}}:
Can we add a basic arithmetic to the number variables in a template?
For example having a variable
---
current_year: number
---
we could later use it as
{{current_year - 1}}: