it('throws an error if no content is passed in', function () {
    const result = function () {
      return tpl();
    };