Details
Description
Add collection of utility FTL (Freemarker Template Language) functions and macros which are of general use.
Activity
Mauro Talevi
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
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.