var name = this.name; var nodelist = this.nodelist; if(buffer.blocks){ var block = buffer.blocks[name]; if(block){ nodelist = block.nodelist; block.used = true; } } this.rendered = nodelist; return nodelist.render(context, buffer, this);