mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-12 23:17:22 +00:00
22 lines
338 B
Plaintext
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>
|