if (typeof content === 'object') {
        options = content;
        content = options.content;
        title = options.title || '';
    }