open fun title(content: String? = null, rich: Boolean = false, builder: (Div.() -> Unit)? = null): Div
DSL builder function to add title section of the card.
content - the content of the title section
rich - whether content can contain HTML code