mirror of
https://github.com/marko-js/marko.git
synced 2026-01-25 15:03:04 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
$ var text = "<script>Hello</script>";
|
|
<if(typeof text === "string")>${text}</if>
|
|
<else>
|
|
<${text}/>
|
|
</else> |