page
fun page(plotlyFragment: PlotlyFragment, route: String = DEFAULT_PAGE, title: String = "Plotly server page '", headers: List<PlotlyHtmlFragment> = emptyList())
fun page(route: String = DEFAULT_PAGE, title: String = "Plotly server page '", headers: List<PlotlyHtmlFragment> = emptyList(), content: FlowContent.(renderer: PlotlyRenderer) -> Unit)