 {
      path: '{{ path }}',
      getComponent(location, cb) {
        System.import('{{{directory (properCase component)}}}')
          .then(loadModule(cb))
          .catch(errorLoading);
      },
    },$1
