if (match = this.options.template.match(/([\S\s]*)(?=\{%= src %\})/)) {
        beforeOffset = match[0].split('\n').length - 1;
    }