% if($some_condition) { %> Some text <% } elsif($some_other_condition) { %> Some other text <% } else { %> Yet more text <% } %>