I would like to define a pattern, e.g.
{{_tomorrow_}}
that would do what
{{_lua:os.execute('date --date="next day" +%Y-%m-%d')_}}
would do. The reason is that I use the tomorrow date in several places in my templates and it is hard to maintain it by replicating the lua snippet everywhere.