Replies: 1 comment
-
Makes sense to me. Do you want to open a PR? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes rendering a template to file doesn't have enough flexibility and it is better to render template to string and then put content to file manually via
inject_into_file
etc.As a bonus, this method can be easier to use to test templates.
Here is the draft from ChatGPT of what is needed:
Beta Was this translation helpful? Give feedback.
All reactions