The 3rd parameter of the generator is a list of arguments.
The documentations says:
If the template which will be called requires more than one argument taken from the model, pass them here.
But how to use this arguments in my template? How to access them?
Ralph