it('only returns keys with truthy values', function () {
    expect(tpl({a: {alpha: true, bravo: false}})).to.equal('alpha');
  });