I\'ve done tutorial about Facelets templating.
Now I\'ve tried to create a page that isn\'t in same directory as the template. I\'ve got problems with page style, b
These answers helped me to fix the same issue. Although my problem was more complex since I was using SASS and GULP.
I had to change (please note the "\" in front of the #. Probably side effect from gulp:
background: $blue url("\#{resource['my_theme/images/background-homepage-h1.png']}");