({ bold: function () { return function (text, render) { return '<b>' + render(text) + '</b>'; }; }, person: { name: 'Jonas' } });