link_to
{{ 'Google' | link_to('https://www.google.com', { class: 'ext', target: '_blank' }) }}
<a href="https://www.google.com" rel="nofollow" class="ext" target="_blank">Google</a>
{{ 'Google' | link_to('https://www.google.com', { class: 'ext', target: '_blank' }) }}
<a href="https://www.google.com" rel="nofollow" class="ext" target="_blank">Google</a>