import
This commit is contained in:
parent
9637d0ec7b
commit
eb98985815
207 changed files with 11155 additions and 0 deletions
7
test/data/partial/section_functions_in_partials.js
Normal file
7
test/data/partial/section_functions_in_partials.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
({
|
||||
bold: function(){
|
||||
return function(text, render) {
|
||||
return "<b>" + render(text) + "</b>";
|
||||
}
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue