Skip to content

Templates pebble

Module templates_pebble

Pebble template engine adapter for Hexagon.

For usage instructions, refer to the Templates Port documentation.

Install the Dependency

1
2
3
4
5
repositories {
    mavenCentral()
}

implementation("com.hexagonkt:templates_pebble:$hexagonVersion")
1
2
3
4
5
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>templates_pebble</artifactId>
  <version>$hexagonVersion</version>
</dependency>

Package com.hexagonkt.templates.pebble

Classes that implement the Templates Port interface with the Pebble engine.