Add a second % to the opening tag:
label:
body: "<%%= variable %>"
The <%% sequence is valid ERB, rendered as a literal <%.
Add a second % to the opening tag:
label:
body: "<%%= variable %>"
The <%% sequence is valid ERB, rendered as a literal <%.