<html>
<body>
@for(var i = 10; i < 21; i++)
{
<p>Line @i</p>
}

</body>
</html>