Execute content of param variable as template

Hello,

I would like the following config parameter to be interpreted as a template:

params:
  foo: "From config {{ now.Year }}"

If this is feasible, how can I execute {{ now.Year }} inside the partial from which I access the variable?

Thanks a lot!

No, but there has been a related discussion lately re. archetype files.

Ok, thanks for your answer! So I will bypass it for now with something else. Have a good day!