5 lines
111 B
Plaintext

$ var text = "<script>Hello</script>";
<if(typeof text === "string")>${text}</if>
<else>
<${text}/>
</else>