The normal structure is:
- project/
- bin-debug
- html-template
- libs
- src
- bin-debug
I want to change it to:
- project/
- bin-debug
- flash/
- html-template
- libs
- src
- html-template
- bin-debug
I know how to change the libs and src folders, but not html-template. Is it possible?