You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually already somewhat supported, provided there is a limit to how deep the folder tree goes, and assuming you give your template files a common extension.
Unfortunately, golang package filepath does not support ** in its Glob function, that's why you have to spell out the nesting levels, and it's limited to 4 directory levels I believe.
The feature is mentioned briefly in the readme, look for with_files.
Support for ** would be great, though, so I'll keep this issue open. Will have to go on the lookout for a better Glob function than filepath.Glob.
It would be great to be able to recursively add a whole folder.
Something like:
The text was updated successfully, but these errors were encountered: