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 commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.6.0] - 2024-05-30
Added
A new {% setfilename %} tag where you can set the desired filename of the
rendered file dynamically in the tags body with normal template code e.g.
using the template context
Changed
The FileRenderer can now define a directory as output location which will
result in the rendered file to be the same as the input template file name
(if any) unless set explicitly via the {% setfilename %} tag.