var mainController = { css: null, exports: {}, template: (template, expressionTypes, bindingTypes, getComponent) => template('
', [{ type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'search', slots: [], attributes: [], redundantAttribute: 'expr3', selector: '[expr3]' }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'fili-info', slots: [], attributes: [], redundantAttribute: 'expr4', selector: '[expr4]' }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'school', slots: [], attributes: [], redundantAttribute: 'expr5', selector: '[expr5]' }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'school-info', slots: [], attributes: [], redundantAttribute: 'expr6', selector: '[expr6]' }]), name: 'main-controller' }; export { mainController as default };