Vulcan/packages/custom/lib/template_modules.js
2015-05-17 15:38:02 +09:00

5 lines
No EOL
107 B
JavaScript

// add template module to the hero zone
Telescope.modules.add("hero", {
template: 'hello',
order: 1
});