node-ssi
Version:
39 lines (33 loc) • 1.03 kB
HTML
<html>
<head>
<meta charset="utf-8"/>
<title>Demo</title>
<style type="text/css"></style>
</head>
<body>
<!--#include file="./header.html"-->
<!--# set var="version" value="0.1.0"-->
<!--# echo var="version" default="nover"-->
<h1><!--# echo var="title"--></h1>
<!--# if expr="$mqtt != 11"-->MQTT<!--# endif -->
<!--# if expr="$version = 0.1.0"-->
<p>first version</p>
<!--# elif expr="$version = 0.1.1"-->
<p>fixed version</p>
<!--# else -->
<p>upgraded version</p>
<!--# endif -->
</body>
<script type="text/javascript">
//This is single line comment
function Tag(name){
this.name = name + "•&\r\v\f\t\b\n\u200C\u200D\uFEFF\u";
this.msg = "I am thinking of \
a trip";
this.say = function(){
this.name;
};
}
</script>
</html>