strip_html
문자열에서 모든 HTML 태그를 제거합니다.
입력
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
출력
Have you read Ulysses?
문자열에서 모든 HTML 태그를 제거합니다.
입력
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
출력
Have you read Ulysses?