@Code
Dim price=20
End Code
<html>
<body>
@if price>30 Then
  @<p>价格太高了.</p>
Else   
  @<p>价格还好.</p>
End If

</body>
</html>