@if (condition) {

Condition is true!

} @else if (elseIfCondition) {

Else if condition is true!

} @else {

All conditions are false!

}