Use Date Variables in Templates

Docs created from templates can automatically use the current date, here is how it works.

How it works

Type {date}  in your template title to get the current day, every time it gets clonedSparkles. It will work in templates or in any document you duplicate. 
The date templating only works in the document title.

Specifying the date format

By default, the date will look something like this: Dec 22, 2022.
You can set the format to what you want, by indicating it in the tag: {date:dd/MM}, with any standard date format ( list of formats ).

Adding delays

If you create your meeting doc several days in advance you can offset the date with delays, to plan ahead: {date:format+delay} ( see list of delay formats ).
The "format" value can also be blank (i.e. {date:+delay}) and "delay" can be e.g. 3days or 3day , or even 15years, etc.
Make sure to include the + sign in your template title, otherwise the delay will not be added as expected.

Seeing it live