{{ aspAlert({
modifier: "success",
title: "Alert title",
content: {
html: '<p>Alert content (html) with a <a href="#">link</a></p>
<p>With additional line. modifier: success</p>'
}
}) }}