Skip to content

0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 09:29
· 17 commits to main since this release

Support {> fn and {> pub fn syntax for declaring private and public functions within the template file. This allows better locality of helper functions and easy access to template behaviour.

Template files which only have function declarations and no meaningful template content will not have the render and render_builder methods so they can be used library modules with just helper functions.