{{ aspProgress({
rows: [
{
modifier: "complete",
title: "Step 1 title",
content: {
html: '<p>Step 1 content (text).</p>
<p>With additional line. modifier: complete</p>'
}
},
{
modifier: "failed",
title: "Step 2 title",
content: {
html: '<p>Step 2 content (html) with <a href="#">link</a>. modifier: failed</p>'
}
},
{
modifier: "in-progress",
title: "Step 3 title",
content: {
text: "Step 3 content (text). modifier: in-progress"
}
}
]
}) }}