{{ aspAZ({
rows: [
{
title: "Dave",
content: {
html: '<p>Dave, Content (html) about Dave</p>'
}
},
{
title: "Chris",
content: {
html: '<p>Chris, Content (html) about Chris</p>'
}
},
{
title: "Claire",
content: {
html: '<p>Claire, Content (html) about Claire</p>'
}
},
{
title: "Pete",
content: {
text: "Pete, Content (text) about Pete"
}
}
]
}) }}