package cowabloga

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