6 lines
76 B

<script>
let foo = 'hello world'
</script>
<svg>
<text>{foo}</text>
</svg>