<?php if($var == true): ?> Hello world <?php else: ?> Cake is a lie <?php endif; ?>
x = condition ? if_true : if_false;