1.9.3.6. mail_to filter

이메일 주소를 'mailto' 링크로 변환합니다.

{{ 'me@there.is' | mail_to }}
## => <a href="mailto:me@there.is">me@there.is</a>