@Code
Dim price=20
End Code
<html>
<body>
@if price>30 Then
  @<p>价格太高了。</p>
Else   
  @<p>价格可以接受。</p>
End If

</body>
</html>