If - Else Proper way Magento
<?php if (1 === 1): ?> some stuff <?php else : ?> something else <?php endif; ?>