I have a variable called "link_youtube", which contains a data similar to this:
<iframe width="640" height="360" src="https://www.youtube.com/embed/eNs5g-c1Qno?list=RDeNs5g-c1Qno"frameborder="0" allowfullscreen></iframe>
But the browser does not identify this as an html, it identifies as a string, I need my system to identify this as an HTML, could anyone help me?
Below is the html code:
insira o código aqui
<div class="text-center">
<h1>{{sPCrtl.campanha.titulo}}</h1>
{{sPCrtl.campanha.biografia_campanha.link_youtube}}">
</div>