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
Hello there @yajo, I am new to the open source community, I would like to try and solve this issue, if you may, could you please assign this issue to me?
@yajo
Hi, I've created #1855 to implement the yield tag functionality. Would you kindly review and provide advice?
I'm new to Copier and don't have deep knowledge of the codebase yet, so I'm not entirely confident if this implementation is the best approach.
I'm really looking forward to having this feature available, and I hope this contribution can help move it forward. Any feedback would be greatly appreciated!
Just:
{% yield single_var from looped_var %}{{ single_var }}{% endyield %}
The implementation could be similar to https://github.com/orgs/copier-org/discussions/908#discussioncomment-6505536:
Does
single_var
exist in context?YieldException("single_var", looped_var)
OK, we got the exception. Now, are you rendering a filename?
single_var
in the context and keep rendering the contents (of the dir/file, recursively).yield
outside of file names isn't supported".Originally posted by @yajo in #908 (reply in thread)
The text was updated successfully, but these errors were encountered: