UNPKG

278 BJavaScriptView Raw
1var exports = module.exports;
2
3exports.compile = function(compiler, args, content, parents, options, blockName) {
4 return '_output += _ctx._yog.getUrl(' + args.shift() + ');';
5};
6
7exports.parse = function(str, line, parser, types) {
8 return true;
9};
10
11exports.ends = false;
\No newline at end of file