mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
17 lines
333 B
Plaintext
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> |