Render HTML

<script>
  const myHtml = '<span><strong>My text:</strong> text</span>'
</script>

{@html '<div>Content</div>'}

{@html myHtml}
Comments
Related