mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
15 lines
No EOL
148 B
JavaScript
15 lines
No EOL
148 B
JavaScript
Template.home.onCreated(function() {
|
|
|
|
});
|
|
|
|
Template.home.onRendered(function() {
|
|
|
|
});
|
|
|
|
Template.home.helpers({
|
|
|
|
});
|
|
|
|
Template.home.events({
|
|
|
|
}); |