Lava Filters - Escape
Category:Text
Description:HTML encode string. All <tags> will be encoded to '<tags>'
Input: "Workflow": {
"HtmlExample": "<span class='label label-success'>Approved</span>"
}
Lava: {{ Workflow.HtmlExample | Escape }}
Output: <span class='label label-success'>Approved</span>