describe(name, function () {
  it('returns emptystring if undefined', function () {
    expect(tpl()).to.equal('');
  });