The Rythm module provide a RythmPlugin that brings first class server-side templating thanks to RythmEngine.

Tip
Rythm Documentation

This documentation do not cover Rythm itself as it is already well covered on the official Rythm Engine website.

Declaration

In order to use the RythmPlugin you must add a dependency to io.werval.modules.rythm and register the plugin in your configuration.

When using Gradle:

build.gradle
compile 'io.werval:io.werval.modules.rythm:{werval-version}'

When using Maven:

pom.xml
<dependency>
    <groupId>io.werval</groupId>
    <artifactId>io.werval.modules.rythm</artifactId>
    <version>{werval-version}</version>
</dependency>

And finally your application configuration:

application.conf
app.plugins.enabled += rythm

Configuration

Usage