Root(id: String, fixed: Boolean = false, init: Root.() -> Unit = null)
id - ID attribute of element in the main HTML file
fixed - if false, the container is rendered with Bootstrap "container-fluid" class,
otherwise it's rendered with "container" class (default is false)
init - an initializer extension function
Constructor