xxxxxxxxxx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/statics/demosource/showrazor.css">
</head>
<body>
<span class="marked">@{var price=20;}
</span><html>
<body>
<span class="marked">if (price>30)
{
<p>The price is too high.</p>
}
else
{
<p>The price is
OK.</p>
}</span>
</body>
</html>
</body>
</html>