Added resource ftl/waffle.ftl which is automatically added to webapp along with other resources when declaring waffle-resources as webapp dependency (see examples/pom.xml for configuration details).
To use simply declare import statement at top of FTL:
<#import "/ftl/waffle.ftl" as w>
See examples/freemarker-example for details of use of Waffle FTL macros.
Mauro Talevi
added a comment - Added resource ftl/waffle.ftl which is automatically added to webapp along with other resources when declaring waffle-resources as webapp dependency (see examples/pom.xml for configuration details).
To use simply declare import statement at top of FTL:
<#import "/ftl/waffle.ftl" as w>
See examples/freemarker-example for details of use of Waffle FTL macros.
Added resource ftl/waffle.ftl which is automatically added to webapp along with other resources when declaring waffle-resources as webapp dependency (see examples/pom.xml for configuration details).
To use simply declare import statement at top of FTL:
<#import "/ftl/waffle.ftl" as w>
See examples/freemarker-example for details of use of Waffle FTL macros.