Skip to content

Version 0.6.0 - SetFilename Update

Compare
Choose a tag to compare
@CCP-Zeulix CCP-Zeulix released this 30 May 13:53
· 5 commits to main since this release
fe06f12

[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.