Basic meteor Controller ( Controller package)
Controller('template',{ created(){ }, rendered(){ }, helpers:{ }, events:{ } });