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