Templates folder
Hello !
I have problem with setup templates folder in my flask project ,and i must search template file manually , ctrl + lmb doesn't work ( " Cannot find declaration to go to " )
My project structure is :
├── app
│ ├── mod_auth
│ ├── mod_index
│ ├── static
│ │ ├── extras
│ │ ├── parsers
│ │ └── widgets
│ └── templates
│ ├── 1_Layouts
│ ├── 2_Macros
│ ├── errors
│ ├── mod_auth
│ ├── mod_index
templates folder is marked as "Template Folders" ( img below )

What i'm doing wrong ?
Please sign in to leave a comment.