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