문제

I have a html template with a string that's translated. The translation contains a html a tag. but the tag is printed as text when rendered.

.html file content:

<p>{{trans "footer_link_privacy"}}</p>

en_US.csv content:

"footer_link_privacy", "<a href=""/en/privacy-policy"">Privacy Policy</a>"
도움이 되었습니까?

해결책

try with

{{trans "footer_link_privacy"|raw}}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top