Constructors

Link copied to clipboard
constructor(name: String, template: suspend MutableMap<String, Any>.(R) -> Unit)

Functions

Link copied to clipboard
inline suspend fun <R : PageRequest> Page<R>.html(request: R): Html

Properties

Link copied to clipboard

The resources name of this page template file.

Link copied to clipboard
val template: suspend MutableMap<String, Any>.(R) -> Unit

The template builder for building the html of this page.