marko/test/test-project/html-templates/inline-script.marko.expected.html
Patrick Steele-Idem 36a51b05bb Renamed to marko
2014-09-18 18:02:41 -06:00

5 lines
184 B
HTML

<html><head><title>Optimizer: Server Includes</title></head><body>Hello World! <script>
$(function() {
alert('test');
})
</script></body></html>