PageWithMenuBar

class PageWithMenuBar(val activePage: String, val baseUrl: String) : Template<HTML>

Constructors

Link copied to clipboard
constructor(activePage: String, baseUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bodyContent: Placeholder<FlowContent>
Link copied to clipboard
val headContent: Placeholder<HEAD>

Functions

Link copied to clipboard
open override fun HTML.apply()