mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
<script>
|
|
var foo = ${JSON.stringify(data.foo)};
|
|
</script>
|
|
<pre>${JSON.stringify(data.foo)}</pre> |