Hi Stan, thanks for your answer.
I have modified my theme folder and now it looks like this:
../themes
└── test_theme
└── admin
├── index.ftl
└── resources
To start a server I use this command:
$ bash bin/kc.sh start-dev \
--http-port=7080 \
--spi-theme-static-max-age=-1 \
--spi-theme-cache-themes=false \
--spi-theme-cache-templates=false
I have restarted my server, selected test_theme for Admin UI theme, and again restarted the server just in case.
I have changed a page title and added a little javascript script code to test out index.ftl, but it does not work.
Do I make a mistake or is there anything that I missed ?
Thanks,
Gevorg.