templates_pebble
Pebble template engine adapter for Hexagon.
For usage instructions, refer to the templates.md.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
implementation("com.hexagontk.templates:templates_pebble:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagontk.templates templates_pebble $hexagonVersion
```
Content copied to clipboard