Modifier: entities


Encode a string with HTML entities via PHP’s htmlentities() function. This is the opposite of the decode modifier.

string: "The 'bacon' is <b>crispy</b>";
{{ string | entities }}
The &#039;bacon&#039; is &lt;b&gt;crispy&lt;/b&gt;

Additional Reading

Learn how to use and chain modifiers in the Antlers template guide.

Last modified on July 31, 2018