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=50;}
</span><html>
<body>
<span class="marked">@if (price>30)
{
<p>The
price is too high.</p>
}</span>
</body>
</html>
</body>
</html>