{{ aspSummaryList({
rows: [
{
key: {
text: "Question 1 (text)"
},
value: {
text: "Answer 1 (text) – actions false"
}
},
{
key: {
html: 'Question 2 <span>(html)</span>'
},
value: {
html: 'Answer 2 <span>(html)</span>'
}
},
{
key: {
text: "Question 3"
},
value: {
text: "Answer 3 with link as action"
},
actions: {
href: "#",
text: "Link (text)"
}
},
{
key: {
text: "Question 4"
},
value: {
text: "Answer 4 with html status as action"
},
actions: {
html: 'Status'
}
}
]
}) }}