You can organize your template folder and assets as you like, for example:
When coding your HTML it's required an index.html file placed on the root of your folder structure. Also it's highly recommended to add the following tag just after opening <head> tag:
This <base> tag specifies the base URL and/or target for all relative URLs in your template.