JSSTE/examples/templates/page1.tjsste

22 lines
338 B
Plaintext

<!--example html-->
<!--<[:startpage:]>-->
<html>
<head>
<title>Template Example</title>
</head>
<body>
<h1><[a]></h1>
<p><[c]></p>
<p><[b]></p>
<p><[js$Date]></p>
<p> root: <[root]></p>
<p><[Base_Date]></p>
<script>
let c = "<[c]>";
console.log(c);
</script>
</body>
</html>