Module Foundation.Sidebar

type t = [
| `divider
| `text of string
| `html of Cow.Html.t
]
val t : title:string -> content:t list -> Cow.Xml.t