<? if ($condition): ?> <p>Content</p> <? elseif ($other_condition): ?> <p>Other Content</p> <? else: ?> <p>Default Content</p> <? endif; ?>