Currectly (`v1.1.0`), we must write: ```html {{> common:header/index.html}} ``` to import `header` component. It's better to support `{{> common:header}}`. If `sugar` find the path is directory, it should automatically add `index.html`.
Currectly (
v1.1.0), we must write:{{> common:header/index.html}}to import
headercomponent. It's better to support{{> common:header}}.If
sugarfind the path is directory, it should automatically addindex.html.