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