it('inline returns true', function () {
    expect(tpl({a: 3, b: 2, c: 1})).to.equal('true');
  });