head

inline suspend fun HTML.head(crossinline block: suspend HEAD.() -> Unit)

Open a <head> tag with support for suspension calls.

Parameters

block

Callable block to configure and populate the body tag.