describe(name, function () {
  it('displays the first item', function () {
    expect(tpl({a: [{ displaySelf: true, text: '1' }, { displaySelf: true, text: '2' }]})).to.equal('1');
  });