@Code
Dim price=50
End Code

<html>
<body>
@If price>30 Then
  @<p>The price is too high.</p>
End If

</body>
</html>