function renderBlock(block, chunk, context) {
    var output = '';
    chunk.tap(function (data) {
      output += data;
      return '';