Describe the solution you'd like
For some usage, it is desired to rerun the template to get updated outputs. However for some files we would rather NOT update. In this case, we want to check if output destination file exists and if so, skip. I would call this optionality like noclobber: [] where a list of template names are conditionally applied.
A quick review of the code does not reveal this feature -but maybe it already does?
Describe the solution you'd like
For some usage, it is desired to rerun the template to get updated outputs. However for some files we would rather NOT update. In this case, we want to check if output destination file exists and if so, skip. I would call this optionality like
noclobber: []where a list of template names are conditionally applied.A quick review of the code does not reveal this feature -but maybe it already does?