FreeMarker XP Library
Rendering FreeMarker Templates with Enonic XP
Screenshots
Now you can render your pages and components with templates written in the FreeMarker Template Language (FTL). Your templates will be clean and easy to read. No more messy syntax like Thymeleaf ;) Read more about this in the FreeMarker docs: https://freemarker.apache.org/
Releases
1.1.0
- Initial releae
Compatibility:
- 6.10.0
Download FreeMarker XP Library
This version requires XP
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'com.github.tineikt:xp-lib-freemarker:1.1.0'
}