it('finds indexes in arrays', function () {
    expect(tpl({a: ['f', 'o', 'o'], b: 'f'})).to.equal('0');
  });