marko/test/test-project/rxml-templates/inline-script.rxml
2014-04-14 13:44:38 -06:00

17 lines
333 B
Plaintext

<c-template
params="name">
<html>
<head>
<title>Optimizer: Server Includes</title>
</head>
<body>
Hello $name!
<script>
$(function() {
alert('test');
})
</script>
</body>
</html>
</c-template>