strip_html Removes any HTML tags from a string. Input {{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }} Output Have you read Ulysses?