Pug4jTemplates

class Pug4jTemplates(configure: PugConfiguration = PugConfiguration()) : Templates

Pug4j templating support. Use the function in the constructor to configure the instance.

Constructors

Link copied to clipboard
constructor(configure: PugConfiguration = PugConfiguration())

Functions

Link copied to clipboard
open override fun Caching(baseTemplateDir: String): TemplateRenderer
Link copied to clipboard
open override fun CachingClasspath(baseClasspathPackage: String): TemplateRenderer
Link copied to clipboard
open override fun HotReload(baseTemplateDir: String): (ViewModel) -> String