cmd :: TagName -> HtmlItem cmd' :: TagName -> TagAttrs -> HtmlItem ctx :: TagName -> Html -> HtmlItem ctx' :: TagName -> TagAttrs -> Html -> HtmlItem ctx_class :: TagName -> String -> Html -> HtmlItem txt :: String -> HtmlItem nl :: HtmlItem
cmd
and cmd'
), elements with
contents (ctx
, ctx'
and ctx_class
),
plain text (txt
and nl
).