@Code
Dim price=20
End Code
<html>
<body>
@if price>30 Then
    @<p>The price is too high.</p>
Else   
    @<p>The price is OK.</p>
End If

</body>
</html>