Adding basic arithmetic to the number variables in templates

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}}: