4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
define('text!template.html', [], function () {
|
||
|
return 'main template';
|
||
|
});
|