HTL value does not show in some attribute
Hello Community!
I have noticed some HTL glitch while developing with JS-API
For some reason, the HTL variable does not show in in-text-style.
in my html I have

When I show in browser, line 02's ${subBanner.imgPath} is showing correct path .
However, line 03 inside of style attribute does not show anything.
I also noticed that inside of <script></script> and <style></style>behaves the same way.
Is there any alternative way to change background depends on user's select?
Thanks !
Ryu