With multiple items per thing
How it looks (preview)
How to call this example
<%= render "components/important_metadata", {
items: {
"Many things": [
sanitize("<a href=\"#\">First thing</a>"),
sanitize("<a href=\"#\">Second thing</a>"),
sanitize("<a href=\"#\">Third thing</a>")
]
}
} %>