section_functions_in_partials.js 116 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 ({ bold: function(){ return function(text, render) { return "<b>" + render(text) + "</b>"; } } })