<html>
<body>
@for i=10 to 21
   @<p>Line @i</p>
next i

</body>
</html>