{{ aspGroup({
rows: [
{
title: "Group 1",
rows: [
{
text: "Group 1, sub link a",
href: "#"
},
{
text: "Group 1, sub link b",
href: "#"
},
{
text: "Group 1, sub link c",
href: "#"
}
]
},
{
title: "Group 2",
rows: [
{
text: "Group 2, sub link a",
href: "#"
},
{
text: "Group 2, sub link b",
href: "#"
}
]
}
]
}) }}