strip_tags
This strips out markup tags, basically anything between < and >.
Example:
Input:
John <b>Smith</b>
Template:
{#name|strip_tags#}
Output:
John Smith