This avoids having to create folders ahead of time, potentially empty ones with .keep files. There was a test for template rendering failure that assumed that a missing directory would cause a failure, so I switched it to a more plausible failure (missing required variable).
This avoids having to create folders ahead of time, potentially empty ones with
.keep
files. There was a test for template rendering failure that assumed that a missing directory would cause a failure, so I switched it to a more plausible failure (missing required variable).