mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 22:26:40 +08:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
define('text!template.html', [], function () {
|
|
return 'main template';
|
|
});
|