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 style="font-family:Verdana, Arial, Helvetica;font-size:14px">
<html>
<body>
<span class="marked">@{
var i = 0;
while (i < 5)
{
i += 1;
<p>Line @i</p>
}
}</span>
</body>
</html>
</body>
</html>