# File lib/PageTemplate/commands.rb, line 418
    def else
      raise ArgumentError, "More than one 'else' to IfCommand" if @switched
      @in_else = ! @in_else
      @switched = true
    end