it('block returns yes', function () {
    expect(tpl2({a: 3, b: 2, c: 1})).to.equal('yes');
  });