UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

17 lines (14 loc) 329 B
define('text', [], { load: function () { throw new Error('not implemented'); } }); define('text!template.html', [], function () { return 'main template'; }); define('main', ['text!template.html'], function(template) { return { name: 'main', template: template }; });